When I am querying to get certain types of objects or lists of transactions what is the best way to fetch the data from a frontend:
- Using simple filtering (i. e. before this timestamp, the value of a key in an object is greater than X)
- Order the returned data by some metrics (e.g. ascending or descending order based on timestamp)