# Size of Dictionary

## Overview

![The Size Of Dictionary Node.](https://4267723012-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOEts3pBau6LMamSYhGZp%2Fuploads%2Fgit-blob-d32ae1d384955dd3990e568191c843673c6b596e%2Fsizeofdictionaryupdatedimage.png?alt=media)

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

[**Scope**](https://docs.incari.com/incari-studio/2022.2/overview#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**](https://docs.incari.com/incari-studio/2022.2/toolbox/dictionary/dictionary-value)
