* Set `offset` * @param offset - Offset of the number of records to be returned
(offset: number)
| 561 | * @param offset - Offset of the number of records to be returned |
| 562 | */ |
| 563 | offset(offset: number): this { |
| 564 | this.filter.offset = offset; |
| 565 | return this; |
| 566 | } |
| 567 | |
| 568 | /** |
| 569 | * Alias to `offset` |
no outgoing calls
no test coverage detected