The pagination object is used to paginate the results of a request. It contains information about the total number of items available, the number of items returned in the response, the number of items per page, and the current page number.
{
"total": 100,
"limit": 10,
"offset": 1
}