public function getPostCountByTopic($topic)
 {
     return $this->repository->getPostCountByTopic($topic);
 }