|string> */ public function rules(): array { return [ 'notes' => 'nullable|string|max:1000' ]; } }