List<String> listString(String name, {Object key = 0}) { return query(name).mapList((e) => e[key] as String); }