resource it is being used in similarly to how I have visibility based on $operation below?`
TextColumn::make('author.name')
->visible(fn (string $operation) => $operation !== 'edit')
->searchable()
->sortable(),