Pager

constructor(name: String, pageSize: Int? = null, request: suspend (String?) -> Triple<List<T>?, String?, HttpResponse?>)