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