pluralizeWithCount
Return a formatted string with count and correctly pluralized word.
word(required): singular nouncount(required): the number
bash
echo '{"n": 5}' | utlx -e 'pluralizeWithCount("item", $input.n)'
# "5 items"utlx
{
summary: pluralizeWithCount("error", count($input.errors))
}