namespace SpotifyAPI.Web
{
public class Copyright
public string Text { get; private set; }
public string Type { get; private set; }
}