*/ public array $warnings = []; public function warn(string $message): void { $this->warnings[] = $message; } public function total(): int { return $this->created + $this->updated + $this->skipped; } }