namespace Sony.Filtr.ApolloAPI.Models { public class SpotifyImage { public int? height { get; set; } public string url { get; set; } public int? width { get; set; } } }