namespace Sony.Filtr.ApolloAPI.Models.Apple { public class ApplePlaylistAttributes { public ApplePlaylistArtwork artwork { get; set; } public string curatorName { get; set; } public string lastModifiedDate { get; set; } public string name { get; set; } public ApplePlaylistPlayParams playParams { get; set; } public string playlistType { get; set; } public string url { get; set; } } }