public Changes includeDocs(boolean includeDocs) {
   changes = changes.includeDocs(includeDocs);
   return this;
 }