limit = $limit; return $this; } public function render() : array { return [ 'limit' => $this->limit, ]; } }