summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/pages/Len.md
blob: 85b3267cd270624358639a813b58aefaeea5be0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: Len
description: Returns the number of pages in the given page collection.
categories: []
keywords: []
params:
  functions_and_methods:
    returnType: int
    signatures: [PAGES.Len]
---

```go-html-template
{{ .Pages.Len }} → 42
```