public functionoptionsSummary(&$categories, &$options) {
parent::optionsSummary($categories, $options);
// Disable 'title' so it won't be changed from the default set in// \Drupal\views\Plugin\views\display\EntityReference::defineOptions.unset($options['title']);
}