function _getCountCompletedByType($a_obj_id, $a_type)
 {
     return count(ilLPStatusWrapper::_getCompletedByType($a_obj_id, $a_type));
 }