Filtering & Sorting¶ Advanced filtering and sorting examples. const result = users .filter({ verified: true }) .where('age', '>=', 21) .sort('name', 'asc'); Was this page helpful? Thanks for your feedback! Thanks for your feedback! Help us improve this page by opening an issue.