namespace Sony.Filtr.ApolloAPI.Models.Apple { public class AppleCuratorData { public string href { get; set; } public long? id { get; set; } public string type { get; set; } } }