using System.Collections.Generic;
namespace SpotifyAPI.Web
{
public class AlbumsResponse
public List<FullAlbum> Albums { get; set; }
}