public function groupBy($field, $langcode = NULL) { $this->groupBy[] = [ 'field' => $field, 'langcode' => $langcode, ]; return $this; }