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