You can do it with 2 ways. In template and in Controller. In template you can set your filtered array to another variable, then use it like you want. Here is how to do it:
....
{{ usersList.length | number }}
If you need examples, see the AngularJs filtered count examples/demos