AggregationLimitOn this pageLimitLimit the number of documents returned from the collection.Method Signaturepublic limit(value: number): this;Exampleconst users = await aggregate.limit(10).get();It will return the first 10 documents from documents.