When displaying a count from a search result, is it possible to modify the static text that’s displayed alongside? For example, I want to display the total Users with given parameters, and show it as “5 users” or “1 user”. The problem is that there doesn’t seem to be a way to change from the text “users” to “user” based on whether there’s only 1 user returned or more (or less).
Any ideas?