namespace SpotifyAPI.Web { public class Cursor { public string Before { get; set; } public string After { get; set; } } }