# MediaListOptions

A user's list options

| Field                     |                                                                                                                          Argument | Type                                                                                                                                      | Description |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------: | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **scoreFormat**           |                     [ScoreFormat](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/scoreformat/README.md) | The score format the user is using for media lists                                                                                        |             |
| **rowOrder**              |                             [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | The default order list rows should be displayed in                                                                                        |             |
| **useLegacyLists** ⚠️     |                           [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | <p>⚠️ <strong>DEPRECATED</strong></p><p>No longer used</p>                                                                                |             |
| **animeList**             | [MediaListTypeOptions](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/medialisttypeoptions/README.md) | The user's anime list options                                                                                                             |             |
| **mangaList**             | [MediaListTypeOptions](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/medialisttypeoptions/README.md) | The user's manga list options                                                                                                             |             |
| **sharedTheme** ⚠️        |                                 [Json](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/json/README.md) | <p>The list theme options for both lists</p><p>⚠️ <strong>DEPRECATED</strong></p><p>No longer used</p>                                    |             |
| **sharedThemeEnabled** ⚠️ |                           [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | <p>If the shared theme should be used instead of the individual list themes</p><p>⚠️ <strong>DEPRECATED</strong></p><p>No longer used</p> |             |
