> For the complete documentation index, see [llms.txt](https://anilist.gitbook.io/anilist-apiv2-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://anilist.gitbook.io/anilist-apiv2-docs/docs/reference/input/medialistoptionsinput.md).

# MediaListOptionsInput

A user's list options for anime or manga lists

| Field                             | Type                                                                                                     | Description                                                         |
| --------------------------------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| **sectionOrder**                  | \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | The order each list should be displayed in                          |
| **splitCompletedSectionByFormat** | [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md)  | If the completed sections of the list should be separated by format |
| **customLists**                   | \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | The names of the user's custom lists                                |
| **advancedScoring**               | \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | The names of the user's advanced scoring sections                   |
| **advancedScoringEnabled**        | [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md)  | If advanced scoring is enabled                                      |
| **theme**                         | [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)    | list theme                                                          |
