What would be a clear presentation of something that the user counts and values at the same cell?
for example, on a users table I want to show how many accounts and its total worth:
| User | Account totals |
|-------|-----------------|
| Alice | 15, $ 500 |
| Bob | 107, $ 305,130 |
I can use (text) alignments and font styles.