CountOptions.limit

The maximum number of documents to return.

A negative limit only returns a single batch of results.

struct CountOptions
@embedNullable
Nullable!long limit;

Meta