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

# Get Length

> Count the number of items in a list.

## Input

| Input    | Type | Required | Description                          |
| -------- | ---- | -------- | ------------------------------------ |
| **List** | List | No       | The list to count. Defaults to `[]`. |

## Output

| Output     | Type   | Description                    |
| ---------- | ------ | ------------------------------ |
| **Length** | Number | The number of top-level items. |

Nested lists count as one item each.
