---
title: "List views and pagination"
description: "Describes how list views for resources are formatted."
url: https://www.fenerum.com/en-DK/docs/api/list-views-pagination/
updated_at: "2019-08-19T14:03:01"
---
For resource list views, Fenerum uses page-based pagination with 20 elements included per page. The results are enveloped with pagination-related fields:

**count**integer\
_The total number of elements available in this view (with potential filters applied)._

**next**\
string, url, nullable\
_The address tho GET to obtain the next page of results (with potential filters applied)._

**prev**\
string, url, nullable\
_The address tho GET to obtain the previous page of results (with potential filters applied)._

**results**\
list\
_The list of objects returned by the view. For brevity, this is the only part shown and described in particular resource list views responses._

---

## Navigation

Up: [Subscription management & financial insights on autopilot](https://www.fenerum.com/en-DK/index.md) › [Documentation](https://www.fenerum.com/en-DK/docs.md) › [API Documentation](https://www.fenerum.com/en-DK/docs/api.md)

Full site index: https://www.fenerum.com/llms.txt
