---
title: count
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/navigationpath/count
---

# count

The number of elements in this path.

## Declaration

```swift
var count: Int { get }
```

## See Also

### Managing path contents

- [isEmpty](swiftui/navigationpath/isempty.md)
- [append(_:)](swiftui/navigationpath/append(_:).md)
- [removeLast(_:)](swiftui/navigationpath/removelast(_:).md)
