test('should paginate to second page with custom page length', () => {
  let query = new Query(TestData)
    .paginate(2, 3)
    .results