Function that provides items asynchronously or synchronously.
final FutureOr<List<T>> Function(String query, LoadProps?)? items;