Signature for a function that builds a list from fetched items.
typedef ListBuilder<T> = List<T> Function(List<T> list);