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