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