namespace Sony.Filtr.ApolloAPI.Models { public class SpotifyLinkedFrom { public SpotifyExternalUrls external_urls { get; set; } public string href { get; set; } public string id { get; set; } public string type { get; set; } public string uri { get; set; } } }