1👍
✅
solved it:
OfficeModel.objects.values('state').annotate(employee_cnt=Count('employee_office')).order_by('-employee_cnt')
Hope it helps others!
Source:stackexchange.com