Convenience: awaits model.fetch().
model
Future<T> loadModel<T>(WtModel<T> model) async { return await model.fetch(); }