Optional asasHtml is a boolean indicating whether to return the result as HTML.
Optional averageaverageScore is a number representing the average score of the media.
Optional averageaverageScore_greater is a number representing the average score greater than the media.
Optional averageaverageScore_lesser is a number representing the average score lesser than the media.
Optional averageaverageScore_not is a number representing the average score not included in the media.
Optional datedate is a number representing the date of the media trend.
Optional date_date_greater is a number representing the date greater than the media trend.
Optional date_date_lesser is a number representing the date lesser than the media trend.
Optional episodeepisode is a number representing the episode of the media.
Optional episode_episode_greater is a number representing the episode number greater than the media.
Optional episode_episode_lesser is a number representing the episode number lesser than the media.
Optional episode_episode_not is a number representing the episode number not included in the media.
Optional mediamediaId is a number representing the id of the media.
Optional mediamediaId_in is an array of numbers representing the ids of the media included.
Optional mediamediaId_not is a number representing the id of the media not included.
Optional mediamediaId_not_in is an array of numbers representing the ids of the media not included.
Optional popularitypopularity is a number representing the popularity of the media.
Optional popularity_popularity_greater is a number representing the popularity greater than the media.
Optional popularity_popularity_lesser is a number representing the popularity lesser than the media.
Optional popularity_popularity_not is a number representing the popularity not included in the media.
Optional releasingreleasing is a boolean indicating whether the media is releasing.
Optional sortsort is an array of strings representing the sort order of the media.
Optional trendingtrending is a number representing the trending status of the media.
Optional trending_trending_greater is a number representing the trending status greater than the media.
Optional trending_trending_lesser is a number representing the trending status lesser than the media.
Optional trending_trending_not is a number representing the trending status not included in the media.
MediaTrendVariablesis an interface representing the variables for theMediaTrendQuery. It includes optional parameters for querying media trend data.