Finish the method definition below.
department_count
is an array of hashes where each hash contains "department" and "count" keys, where "count" is the number of people in that particular department.
Given department_count
, the method should return the total number of people in all the departments.