using System.Linq; namespace Sony.Filtr.Playlists.Spotify.Model.History { public class TempPlaylistCurrentTrackList { public string ISRC { get; set; } public string PlaylistId { get; set; } public int BuzzCategoryId { get; set; } public int Followers { get; set; } public bool HasHistoricPlaylistForStartdate { get; set; } } }