Every value of a repeated query key, coerced to T.
T
Future<List<T>> queryList<T>(String name) => extractors.queryList<T>(name).require(this);