|string> */ public function rules(): array { return [ "comment" => "required", 'file_ids' => [ 'nullable', 'array', ] ]; } }