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