using System.Collections.Generic; namespace Sony.Filtr.ApolloAPI.Models.Apple { public class AppleArtistAttributes { public string url { get; set; } public string name { get; set; } public List genreNames { get; set; } } }