Collection.limit()

Syntax

collection.limit(count)

Parameters

count: NumberNumber of items to limit the results with

Return Value

This Collection instance (this)

See Also

Collection.offset()

Collection.until()

Table of Contents