Callback fetching items from the remote.
final Future<Page<T, C>> Function({ int? first, int? last, C? before, C? after, }) fetch;