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