Instance Method
range(lower:upper:)
Limits the results of this query to the specified range.
@discardableResult func range(lower: Int = 0, upper: Int? = nil) -> Self
Parameters
lowerAmount to offset the query by.
upperupper-lower= maximum results.
Return Value
Query builder for chaining.