# Pagination Information

### Pagination Info Schema

- **start**: Integer (Required)  
  Position of the first item in the list.

- **end**: Integer (Required)  
  Position of the last item in the list.

- **recordsinteger**: Integer (Required)  
  Total number of items returned in the list.

- **total**: Integer (Required)  
  Total number of items in the project.
