public function findTotalAnswersCount($questionId)
 {
     return (int) $this->answerDao->findTotalCountByQuestionId($questionId);
 }