*** # PagingMetadata * Full name: `\Seven\Api\Library\PagingMetadata` ## Properties ### count ```php protected int $count ``` *** ### hasMore ```php protected bool $hasMore ``` *** ### limit ```php protected int $limit ``` *** ### offset ```php protected int $offset ``` *** ## Methods ### __construct ```php public __construct(object $data): mixed ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$data` | **object** | | *** ### getCount ```php public getCount(): int ``` *** ### isHasMore ```php public isHasMore(): bool ``` *** ### getLimit ```php public getLimit(): int ``` *** ### getOffset ```php public getOffset(): int ``` *** *** > Automatically generated on 2025-02-06