mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-03 22:34:29 +01:00
Added a new Pagination class to model the pagination data that comes with API responses. This will help in handling paginated data more effectively and transparently. The Pagination class includes fields for total items, total pages, current page, and page size. It also includes a factory constructor for creating an instance from a JSON object.