/**
  * get document count
  * 문서 수 조회
  *
  * @param array        $wheres make where query
  * @param ConfigEntity $config config entity
  * @return int
  */
 public function count(array $wheres, ConfigEntity $config = null)
 {
     return $this->document->count($wheres, $config);
 }