Here count() without group by:
select count(ename) over (partition by boss) ename_count, boss from employee