namespace Sony.Filtr.ApolloAPI.Models.Apple { public class AppleAlbumData { public string href { get; set; } public long id { get; set; } public string type { get; set; } public AppleAlbumAttributes attributes { get; set; } } }