using System.Collections.Generic; namespace Sony.Filtr.ApolloAPI.Models.Apple { public class AppleCurator { public List data { get; set; } public string href { get; set; } } }