using System.Collections.Generic; namespace SpotifyAPI.Web { public class TrackAudioAnalysis { public List Bars { get; set; } public List Beats { get; set; } public List
Sections { get; set; } public List Segments { get; set; } public List Tatums { get; set; } } }