OBJECT
Spotify Artist Analytics
type SpotifyArtistAnalytics {date: DateTime! # cumulative followersfollowers_cumulative: Int # discrete followersfollowers_discrete: Int id: ID! # discrete listenerslisteners_discrete: Int # popularitypopularity: Int }