Indicated whether the next page is being fetched.
RxBool get nextLoading => paginations .firstWhereOrNull((e) => e.p.nextLoading.isTrue) ?.p .nextLoading ?? RxBool(false);