---
title: forwardListCount
framework: webkit
role: symbol
role_heading: Instance Property
path: webkit/webbackforwardlist/forwardlistcount
---

# forwardListCount

The number of items that follow the current item in the back-forward list.

## Declaration

```swift
var forwardListCount: Int32 { get }
```

## See Also

### Querying the Back-Forward List

- [backItem](webkit/webbackforwardlist/backitem.md)
- [backListCount](webkit/webbackforwardlist/backlistcount.md)
- [back(withLimit:)](webkit/webbackforwardlist/back(withlimit:).md)
- [contains(_:)](webkit/webbackforwardlist/contains(_:).md)
- [currentItem](webkit/webbackforwardlist/currentitem.md)
- [item(at:)](webkit/webbackforwardlist/item(at:).md)
- [forwardItem](webkit/webbackforwardlist/forwarditem.md)
- [forwardList(withLimit:)](webkit/webbackforwardlist/forwardlist(withlimit:).md)
