hasNextChunk is a boolean representing whether there is a next chunk in the media list collection.
lists is an array of objects, each representing a list with entries, name, isCustomList, isSplitCompletedList, and status.
entries is an array of objects, each representing a media list entry.
Each entry includes the id, userId, mediaId, status, score, progress, progressVolumes, repeat, priority, private, notes, hiddenFromStatusLists, customLists, advancedScores, startedAt, completedAt, updatedAt, createdAt, and media.
isCustomList is a boolean indicating whether the list is a custom list.
isSplitCompletedList is a boolean indicating whether the list is a split completed list.
name is a string representing the name of the list in the media list collection.
status is a string representing the status of the list in the media list collection.
MediaListCollectionResponseis an interface representing the response from a media list collection query. It includes theMediaListCollectionobject with its lists and hasNextChunk status.See
https://docs.anilist.co/reference/object/medialistcollection