public Changes limit(int limit) {
   changes = changes.limit(limit);
   return this;
 }