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