OBJECT
The analytics for an apple music track on a given date
type AppleMusicDataPoint {date: DateTime! listeners: Int! streams: Int! }