The movie JSON includes the current Top 250 rank of a title. Could this be added to the data model to access it easily?
"ratingsSummary": {
"aggregateRating": 8.4,
"voteCount": 445281,
"__typename": "RatingsSummary",
"topRanking": {
"id": "topRated:tt0405094:en_US",
"text": {
"value": "Top Rated",
"__typename": "LocalizedString"
},
"rank": 64,
"__typename": "TopRanking"
}
}
The movie JSON includes the current Top 250 rank of a title. Could this be added to the data model to access it easily?