namespace YandexMusic.API.Models.Library; public class YLibraryAlbum { public string Id { get; set; } public DateTime Timestamp { get; set; } }