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