OBJECT
TrackStatistics
link GraphQL Schema definition
- type TrackStatistics {
- # The total number of explicit tracks in the playlist
- Int :
- # The number of playable tracks in the specified market
- Int :
- # The duration of tracks playable in the specified market in seconds
- Int :
- # The total number of tracks in the playlist
- Int :
- # The total duration in seconds
- Int :
- }