(int) ($this->id ?? $this['id'] ?? 0), 'name' => (string) ($this->name ?? $this['name'] ?? ''), 'description' => $this->description ?? $this['description'] ?? null, 'created_at' => $this->created_at ?? $this['created_at'] ?? null, 'updated_at' => $this->updated_at ?? $this['updated_at'] ?? null, ]; } }