public function findMyFeedCount($startStamp, $userId)
 {
     return $this->questionDao->findMyFeedCount($startStamp, $userId);
 }