namespace SpotifyAPI.Web { public class FollowedArtistsResponse { public CursorPaging Artists { get; private set; } } }