> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/dictionary/size-of-dictionary.md).

# Size of Dictionary

## Overview

![The Size Of Dictionary Node.](/files/s7kZsdxmjrQvUmfk1lmX)

**Size Of Dictionary** returns the total number of elements in a **Dictionary**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Inputs

| Input             | Type           | Description                                                           |
| ----------------- | -------------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Dictionary`      | **Dictionary** | The **Dictionary**, whose length you wish to return.                  |

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Dictionary`       | **Dictionary** | The **Dictionary** supplied to the **Input** **Socket**.                                                                               |
| `Size`             | **Int**        | The total number of elements in the **Input** **Dictionary**.                                                                          |

## See Also

* [**Dictionary Value**](/incari-studio/toolbox/dictionary/dictionary-value.md)
