Future<List<T>?> load({bool isCached = true}) { loader.isRefresh = false; return super.fetchList(isCached: isCached); }