using System.Collections.Generic; namespace SpotifyAPI.Web { public class AvailableMarketsResponse { public List Markets { get; set; } = default!; } }