tag.'/'; } public function getPostsCount(bool $is_admin): int { return $is_admin ? $this->postsCount : $this->visiblePostsCount; } public function __toString(): string { return $this->tag; } }