Pagination({ int? skip, int? take, }) { this.skip = _skip = skip ?? 0; this.take = _take = take ?? configuration.pageSize; }