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

# Count Items

> Counts the number of items in a list or array

Counts the number of items in a list or array

|                     |                    |
| ------------------- | ------------------ |
| **App**             | List Tools         |
| **Operation ID**    | `list_count_items` |
| **Type**            | Action             |
| **Connection**      | None               |
| **Credits per run** | Free               |

## Inputs

| Field  | Type                                          | Required | Default | Description                         |
| ------ | --------------------------------------------- | -------- | ------- | ----------------------------------- |
| `list` | array (also accepts a comma-separated string) | No       | -       | Select the list to count items from |

## Output

**Type**: `int`

Returns the count of items in the list.
