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