How to display length of filtered ng-repeat data

I have a data array which contains many objects (JSON format). The following can be assumed as the contents of this array: var data = [ { "name": "Jim", "age" : 25 }, { "name": ...