advancedScores
is an array representing the advanced scores of the media list.
completedAt
is a date representing when the media list was completed.
createdAt
is a number representing the timestamp when the media list was created.
customLists
is an array representing the custom lists of the media list.
hiddenFromStatusLists
is a boolean representing whether the media list is hidden from status lists.
id
is a number representing the id of the media list.
media
is an instance of Media
representing the media associated with the media list.
mediaId
is a number representing the id of the media associated with the media list.
notes
is a string representing the notes of the media list.
priority
is a number representing the priority of the media list.
private
is a boolean representing the privacy status of the media list.
progress
is a number representing the progress of the media list.
progressVolumes
is a number representing the progress volumes of the media list.
repeat
is a number representing the repeat status of the media list.
score
is a number representing the score of the media list.
startedAt
is a date representing when the media list started.
status
is a string representing the status of the media list.
updatedAt
is a number representing the timestamp when the media list was last updated.
user
is an instance representing the user associated with the media list.
userId
is a number representing the id of the user associated with the media list.
MediaListResponse
is an interface representing the response from a media list query. It includes the id, user id, media id, status, score, progress, progress volumes, repeat, priority, private status, notes, hidden from status lists status, custom lists, advanced scores, started at date, completed at date, updated at timestamp, created at timestamp, media, and user.