Help for this page
count( array_of_objects, 'sex') => returns ( 'Male' => 45 #male count, 'Female' => 54)
count(array, ['sex','occupation']) => ( 'Male' => ( 'programmer' => 10, 'blah' => 34), 'Female' => ('blah' => 3, 'programmer'=>4)