FindOptions.limit

The maximum number of documents to return.

A negative limit only returns a single batch of results.

struct FindOptions
Nullable!long limit;

Meta