Logic to activate getItems.
getItems
typedef GetItems<T> = Future<List<T>> Function(ReadListOperation<T>);