Level 2
Maybe this is what your are searching for: https://nova.laravel.com/docs/3.0/resources/fields.html#field-resolution-formatting
Maybe like...but you need to adjust it to your needs.
Number::make('views')->displayUsing(function ($views) {
return 'something: ' . number_format($views) . 'x';
})->sortable()