queryList

fun <T : Any> queryList(query: String, block: Query<T>.() -> Unit): List<T>