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