check(); } public function rules(): array { return [ 'q' => ['nullable', 'string', 'max:120'], 'per_page' => ['nullable', 'integer', 'min:1', 'max:100'], ]; } }