OBJECT

TrackStatistics

link GraphQL Schema definition

  • type TrackStatistics {
  • # The total number of explicit tracks in the playlist
  • explicit: Int
  • # The number of playable tracks in the specified market
  • playable: Int
  • # The duration of tracks playable in the specified market in seconds
  • playableDuration: Int
  • # The total number of tracks in the playlist
  • total: Int
  • # The total duration in seconds
  • totalDuration: Int
  • }