How to filter data in postman?

Iā€™m not a tester, but I need to understand this program.
The question arose, how can you filter the received data so that, for example, only users with id up to 70 inclusive are displayed? (there is data with users with id from 1 to 150, for example)

For example, you can specify id in key and 60 in value, then the user with id 60 will be shown, is it also possible to filter out everyone after id 70 and display only users with id up to 70?