offset method
Offsets the results (useful with pagination).
Implementation
@override
QueryBuilderInterface<T> offset(int count) => skip(count);
Offsets the results (useful with pagination).
@override
QueryBuilderInterface<T> offset(int count) => skip(count);