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