public Search addFetches(String... properties) {
   SearchUtil.addFetches(this, properties);
   return this;
 }