function getOnDeleteErrorMessage($prop, $values) {
		$count = count($values);
		return "$this still has $count ". $prop->getLabel();
	}