list()
shortcut query on a Schema, you can then later quickly fetch entities with pre-configured settings, like the order by or limit (those settings can be overridden later on).entitySchema.queries('list', options);
cache.ttl.queries
value) Custom TTL value for the cache. For multi-store it can be an object of TTL values.MyModel.list(options /*optional*/)
MyModel.list({ start: pageCursor })
Model.list(options)