namespace Sony.Filtr.ApolloAPI.Models { public class SpotifyCopyright { public string text { get; set; } public string type { get; set; } } }