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