How to customise title in SelectFilter loaded via relationship?

I have the following filter and would love to concat title with prefix field. How it's possible to modify the results?

    Tables\Filters\SelectFilter::make('pod')
                    ->multiple()
                    ->searchable()
                    ->relationship('pod', 'title'),
Was this page helpful?