private function _get_pending_items_count()
 {
     return count($this->_core->get_admin_apps('pending', 0, self::UPPER_LIMIT));
 }