using System.Collections.Generic; namespace SpotifyAPI.Web { public class EpisodesResponse { public List Episodes { get; set; } } }