namespace SpotifyAPI.Web { public class CategoriesResponse { public Paging Categories { get; set; } = default!; } }