Optionallimit?: numberThe limit of entities to be returned. Not needed when using getEntity, as
it always returns only one.
Optionaloffset?: numberThe offset from the first matching entity, in order, to start retrieving.
Optionalreturn?: "entity" | "guid" | "count"What to return, the entities with their data, just the GUIDs, or just a count.
Optionalreverse?: booleanIf true, entities will be retrieved from newest to oldest/largest to
smallest (with regard to sort).
OptionalskipIf true, Nymph will skip the cache and retrieve the entity from the DB.
Optionalsort?: "cdate" | "mdate" | stringHow to sort the entities. Should be "cdate", "mdate", or the name of a property.
The Entity class to query.