namespace SpotifyAPI.Web { public class SearchResponse { public Paging Artists { get; set; } public Paging Albums { get; set; } public Paging Tracks { get; set; } public Paging Shows { get; set; } public Paging Episodes { get; set; } } }