it('count', () => {
      const accumulatedResults = accumulator(data, 'age', 'count');

      expect(accumulatedResults).to.equal(8);
    });