Future<void> preload<T>([String? prefix]) async { for (var item in list(prefix)) await item.load<T>(); }