Adds createdAt and updatedAt properties to an entity. A listener automatically makes sure these properties are populated on creation and updating.
Adds expiredAt property to an entity with methods to for example easily expire and unexpire the entity. Use the expirable filter to filter expired entities from query results.
Adds deletedAt property to an entity with methods to for example easily soft-delete and recover the entity. Use the soft-delete filter to filter soft-deleted entities from query results.