OBJECT
AnalyticsTopArtist
A top artist with its analytics
link GraphQL Schema definition
- type AnalyticsTopArtist {
- Artist! :
- # downloads metric
- AnalyticsMetric!]! : [
- ID! :
- # streams metric
- AnalyticsMetric!]! : [
- # total for downloads for all networks for all dates
- Int :
- # total for streams for all networks for all dates
- Int! :
- }