Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first parameter is a number that represents the number of models to be returned after the after cursor parameter or from the very first model in Mongo. The value cannot exceed 1,000 and will default to 10 if not provided.

AFTER PARAMETER

The after parameter is a string that represents a cursor used for getting models after a specified point in the Mongo collection.

...