Paginator<T> paginate({ int page = 1, int perPage = 10, }) => Paginator( query: this, page: page, perPage: perPage, );