# Count

> The total number of nodes.

## Definition

* **Type:** Property
* **Namespace:** [Unity.Hierarchy](/engine/6000.5/script-reference/unity/hierarchy.md)
* **Assembly:** UnityEngine.HierarchyCoreModule

```csharp
public int Count { get; }
```

### Remarks

The total does not include the [Hierarchy.Root](/engine/6000.5/script-reference/unity/hierarchy/hierarchy/root.md) node.
