using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Newtonsoft.Json.Linq; namespace SpotifyAPI.SpotifyWebAPI.Models { public class ListResponse : BasicModel { public List List { get; set; } } }