in src/EnterpriseSearch/Schema/Connections.php [29:34]
public function __construct(int $current, int $max, int $total) { $this->current = $current; $this->max = $max; $this->total = $total; }