// Fetches
 public Search addFetch(String property) {
   SearchUtil.addFetch(this, property);
   return this;
 }