<?php namespace IQDEV\ElasticSearch; final class Pagination { public function __construct( public int $limit = 20, public int $offset = 0 ) { } }