---
title: "Response object"
canonical: "https://support.appfire.com/space/FD/1802076237/Response%20object"
format: markdown
---
> Macro (aura-html)

The response object contains the following information:

- Count–The total number of records available in the record set.
- Next–The next URL in a pagination sequence; null if at the end.
- Previous–The previous URL in a pagination sequence; null if at the beginning.
- Results–The data of the request.

Count, Next, and Previous are used for paginating large result sets. However, of all your actions are in the results field.