-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
If I want to get the full count, I'd like to just do:
aggregate.count(ctx);
// instead of
aggregate.count(ctx, {bounds: {}});
And for a namespace I'd like to do:
aggregate.count(ctx, { namespace: userId });
setting bounds
to {}
is not super discoverable, I assumed I needed to specify prefix
or something.
tomredman, ldanilek and grez72
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request