ChartPosition
An individual chart position for a single platform, single category, and a single podcast.
type ChartPosition {
  platform: ChartPlatform!
  country: String
  day: Date!
  position: Int!
  change: Int
  changeStatus: ChartChangeStatus
  category: String
  podcastIdentifier: String
  podcast: Podcast
}
Fields
platform (ChartPlatform!)
The platform for the charts, such as Apple charts or Spotify charts.
country (String)
The country the charts are for. Each country has their own charts and rankings.