averageScore is a number representing the average score of the media.
date is a number representing the date of the media trend.
episode is a number representing the episode number of the media.
inProgress is a number representing the in progress status of the media.
media is an instance of Media representing the media associated with the media trend.
mediaId is a number representing the id of the media.
popularity is a number representing the popularity of the media.
releasing is a boolean representing the releasing status of the media.
trending is a number representing the trending status of the media.
MediaTrendResponseis an interface representing the response from a media trend query. It includes the media's id, date, trending status, average score, popularity, in progress status, releasing status, episode number, and media of typeMedia.