> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# listReference Object

> The listReference object in Vantage OCR JSON output links a paragraph to the list it belongs to and records its level and position inside that list.

The **listReference** object exists only if the paragraph is part of a list. This object specifies the list to which the paragraph belongs and the location of the paragraph within that list.

| Property        | Data type | Description                                                                                                                         |
| :-------------- | :-------- | :---------------------------------------------------------------------------------------------------------------------------------- |
| `id`            | `string`  | The identifier of the list to which the paragraph belongs.                                                                          |
| `levelIndex`    | `integer` | The index of the level of the list to which the paragraph belongs. Minimum value: 0, Default value: 0                               |
| `ordinalNumber` | `integer` | The ordinal number of the list element corresponding to the paragraph. Minimum value: -1 (for non-numbered lists), Default value: 0 |
