namespace SpotifyAPI.Web { public class FollowedArtistsResponse { public CursorPaging Artists { get; set; } = default!; } }