mapWithKeys(function (self $case) { return [$case->value => $case->labels()]; }); } public function labelPowergridFilter(): string { return $this->labels(); } }