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