/**
  * (non-PHPDoc)
  * @see Rhapsody\SocialBundle\Doctrine\PostManagerInterface::findByTopic()
  */
 public function findRecentByTopic($topic, $limit = 10)
 {
     return $this->repository->findRecentByTopic($topic, $limit);
 }