namespace Sony.Filtr.ApolloAPI.Models.Apple { public class AppleArtwork { public string bgColor { get; set; } public int height { get; set; } public string textColor1 { get; set; } public string textColor2 { get; set; } public string textColor3 { get; set; } public string textColor4 { get; set; } public string url { get; set; } public int width { get; set; } } }