foreach ($analysts as $k => $analyst) { print_r(\Entity\Research::count([ 'idStaff' => $analyst->get_id() ])); die(); $candidates[] = $k; }