namespace SpotifyAPI.Web
{
public class CategoryPlaylistsResponse
public Paging<SimplePlaylist> Playlists { get; set; }
}