autoCreateForumThread is a boolean indicating whether a forum thread is automatically created for the media.
averageScore is a number representing the average score of the media.
bannerImage is a string representing the URL of the banner image of the media.
Optional chapterschapters is an optional number representing the number of chapters of the media.
countryOfOrigin is a string representing the country of origin of the media.
coverImage is an object of type CoverImage representing the cover image of the media.
description is a string representing the description of the media.
Optional durationduration is an optional number representing the duration of the media.
endDate is an object of type FuzzyDate representing the end date of the media.
Optional episodesepisodes is an optional number representing the number of episodes of the media.
externalLinks is an array of objects of type ExternalLink representing the external links of the media.
favourites is a number representing the number of favourites of the media.
format is a string representing the format of the media.
genres is an array of strings representing the genres of the media.
hashtag is a string representing the hashtag of the media.
id is a number representing the unique identifier of the media.
idMal is a number representing the MyAnimeList identifier of the media.
isAdult is a boolean indicating whether the media is for adults.
isFavourite is a boolean indicating whether the media is a favourite.
isLicensed is a boolean indicating whether the media is licensed.
isLocked is a boolean indicating whether the media is locked.
isRecommendationBlocked is a boolean indicating whether recommendation is blocked for the media.
meanScore is a number representing the mean score of the media.
mediaListEntry is an object of type MediaListEntry representing the media list entry of the media.
modNotes is a string representing the moderator notes for the media.
nextAiringEpisode is an object of type NextAiringEpisode representing the next airing episode of the media.
popularity is a number representing the popularity of the media.
rankings is an array of objects of type Ranking representing the rankings of the media.
season is a string representing the season of the media.
seasonInt is a number representing the integer value of the season of the media.
seasonYear is a number representing the year of the season of the media.
siteUrl is a string representing the site URL of the media.
source is a string representing the source of the media.
startDate is an object of type FuzzyDate representing the start date of the media.
stats is an object of type MediaStats representing the statistics of the media.
status is a string representing the status of the media.
streamingEpisodes is an array of objects of type StreamingEpisode representing the streaming episodes of the media.
synonyms is an array of strings representing the synonyms of the media.
tags is an array of objects of type Tag representing the tags of the media.
title is an object of type Title representing the title of the media.
trailer is an object of type Trailer representing the trailer of the media.
trending is a number representing the trending value of the media.
type is a string representing the type of the media.
updatedAt is a number representing the timestamp when the media was last updated.
Optional volumesvolumes is an optional number representing the number of volumes of the media.
Mediais an interface representing a media entity. It includes various properties related to the media.