Future<List<T>> fetchAll({Map<String, String>? params}) async => fromJsonList(_asList(await getJson(endpoint, query: params)));