userId = $userId; $this->followers = $followers; } public function userId(): UuidInterface { return $this->userId; } public function followers(): int { return $this->followers; } }