val filters: Collection<String>
fun filters(vararg roots: String): Unit
fun filters(roots: Iterable<String>): Unit