function count($column = "")
 {
     $return = parent::count($column);
     return isset($return) ? $return : 0;
 }