|string> */ public function rules(): array { return [ 'q' => ['nullable', 'string', 'max:255'], 'category' => ['nullable', 'string', 'exists:categories,slug'], 'page' => ['nullable', 'integer', 'min:1'], ]; } }