Optional asasHtml is a boolean representing whether the media should be returned as HTML.
Optional averageaverageScore is a number representing the average score of the media.
Optional averageaverageScore_greater is a number representing the minimum average score of the media.
Optional averageaverageScore_lesser is a number representing the maximum average score of the media.
Optional averageaverageScore_not is a number representing the average score of the media that should not be included.
Optional chapterschapters is a number representing the number of chapters of the media.
Optional chapters_chapters_greater is a number representing the minimum number of chapters of the media.
Optional chapters_chapters_lesser is a number representing the maximum number of chapters of the media.
Optional countrycountryOfOrigin is a string representing the country of origin of the media.
Optional durationduration is a number representing the duration of the media.
Optional duration_duration_greater is a number representing the minimum duration of the media.
Optional duration_duration_lesser is a number representing the maximum duration of the media.
Optional endendDate is a number representing the end date of the media.
Optional endendDate_greater is a number representing the minimum end date of the media.
Optional endendDate_lesser is a number representing the maximum end date of the media.
Optional endendDate_like is a string representing the end date of the media that should be included.
Optional episodesepisodes is a number representing the number of episodes of the media.
Optional episodes_episodes_greater is a number representing the minimum number of episodes of the media.
Optional episodes_episodes_lesser is a number representing the maximum number of episodes of the media.
Optional formatformat is a string representing the format of the media.
Optional format_format_in is an array of strings representing the formats of the media that should be included.
Optional format_format_not is a string representing the format of the media that should not be included.
Optional format_format_not_in is an array of strings representing the formats of the media that should not be included.
Optional genregenre is a string representing the genre of the media.
Optional genre_genre_in is an array of strings representing the genres of the media that should be included.
Optional genre_genre_not_in is an array of strings representing the genres of the media that should not be included.
Optional idid is a number representing the id of the media.
Optional ididMal is a number representing the MyAnimeList id of the media.
Optional ididMal_in is an array of numbers representing the MyAnimeList ids of the media that should be included.
Optional ididMal_not is a number representing the MyAnimeList id of the media that should not be included.
Optional ididMal_not_in is an array of numbers representing the MyAnimeList ids of the media that should not be included.
Optional id_id_in is an array of numbers representing the ids of the media that should be included.
Optional id_id_not is a number representing the id of the media that should not be included.
Optional id_id_not_in is an array of numbers representing the ids of the media that should not be included.
Optional isisAdult is a boolean representing whether the media is for adults.
Optional isisLicensed is a boolean representing whether the media is licensed.
Optional licensedlicensedBy is a string representing who licensed the media.
Optional licensedlicensedById is a number representing the id of who licensed the media.
Optional licensedlicensedById_in is an array of numbers representing the ids of who licensed the media that should be included.
Optional licensedlicensedBy_in is an array of strings representing who licensed the media that should be included.
Optional minimumminimumTagRank is a number representing the minimum tag rank of the media.
Optional ononList is a boolean representing whether the media is on the list.
Optional pagepage is a number representing the page number.
Optional perperPage is a number representing the number of items per page.
Optional popularitypopularity is a number representing the popularity of the media.
Optional popularity_popularity_greater is a number representing the minimum popularity of the media.
Optional popularity_popularity_lesser is a number representing the maximum popularity of the media.
Optional popularity_popularity_not is a number representing the popularity of the media that should not be included.
Optional searchsearch is a string representing the search term for the media.
Optional seasonseason is a string representing the season of the media.
Optional seasonseasonYear is a number representing the year of the season of the media.
Optional sortsort is an array of strings representing the sorting order of the media.
Optional sourcesource is a string representing the source of the media.
Optional source_source_in is an array of strings representing the sources of the media that should be included.
Optional startstartDate is a number representing the start date of the media.
Optional startstartDate_greater is a number representing the minimum start date of the media.
Optional startstartDate_lesser is a number representing the maximum start date of the media.
Optional startstartDate_like is a string representing the start date of the media that should be included.
Optional statusstatus is a string representing the status of the media.
Optional status_status_in is an array of strings representing the statuses of the media that should be included.
Optional status_status_not is a string representing the status of the media that should not be included.
Optional status_status_not_in is an array of strings representing the statuses of the media that should not be included.
Optional tagtag is a string representing the tag of the media.
Optional tagtagCategory is a string representing the category of the tag of the media.
Optional tagtagCategory_in is an array of strings representing the categories of the tags of the media that should be included.
Optional tagtagCategory_not_in is an array of strings representing the categories of the tags of the media that should not be included.
Optional tag_tag_in is an array of strings representing the tags of the media that should be included.
Optional tag_tag_not_in is an array of strings representing the tags of the media that should not be included.
Optional typetype is a string representing the type of the media. It can be either 'ANIME' or 'MANGA'.
Optional volumesvolumes is a number representing the number of volumes of the media.
Optional volumes_volumes_greater is a number representing the minimum number of volumes of the media.
Optional volumes_volumes_lesser is a number representing the maximum number of volumes of the media.
MediasVariablesis an interface representing the variables for theMediasQuery. It includes optional page, per page, id, idMal, startDate, endDate, season, seasonYear, type, format, status, episodes, duration, chapters, volumes, isAdult, genre, tag, minimumTagRank, tagCategory, onList, licensedBy, licensedById, averageScore, popularity, source, countryOfOrigin, isLicensed, search, id_not, id_in, id_not_in, idMal_not, idMal_in, idMal_not_in, startDate_greater, startDate_lesser, startDate_like, endDate_greater, endDate_lesser, endDate_like, format_in, format_not, format_not_in, status_in, status_not, status_not_in, episodes_greater, episodes_lesser, duration_greater, duration_lesser, chapters_greater, chapters_lesser, volumes_greater, volumes_lesser, genre_in, genre_not_in, tag_in, tag_not_in, tagCategory_in, tagCategory_not_in, licensedBy_in, licensedById_in, averageScore_not, averageScore_greater, averageScore_lesser, popularity_not, popularity_greater, popularity_lesser, source_in, sort, and asHtml.