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