TracksSummary
TracksSummary
A TracksSummary
is a summary of track counts within a time range.
total
The total number of Tracks within the time range.
Type: Int!
totalsByTag
The count of Tracks for each Tag within the time range.
Type: [TracksCountByTag!]!
buckets
A detailed summary of each bucket within the time range.
Summary buckets are only returned if bucket
is provided as a query parameter to tracksSummary
.
Type: [TracksSummaryBucket!]