Results 2 comments of Avery

I've got a more specific version of this ask basically can there be an option to remove this `len()` and just display `self.selected_choices`? And possibly hide the `num_selected/num_choices` count too....

`f" ({list(map(lambda x: x.get('name','value'), self.selected_choices))})"` basically does it, but I don't have a way to distribute it.