belongsToMany Users and a users belongsToMany Companies with the pivot table having a column role.users().added_by_user_id is a relationship to a user. TextColumn::make("role") to the table, I expected to get an error saying something like cannot convert enum to string, but I get this instead:App\Models\User::role must return a relationship instance, but "null" was returned. Was the "return" keyword used?