@Override
 public Queryable<T> skip(int count) {
   return factory.skip(getThis(), count);
 }