How do I get access and view the list of phone numbers. ```php Tables\Columns\TextColumn::make('phone2') ->getStateUsing(fn (Model $record): string => "{$record->phones}"), ```