using System.Collections.Generic; namespace SpotifyAPI.Web.Models { public class ListResponse : BasicModel { public List List { get; set; } } }