namespace SpotifyAPI.Web
{
public class CategoriesResponse
public Paging<Category> Categories { get; set; }
}