Add operators to access Map values
When you have a foo: Map<String, T>
you should be able to write:
collection.find {
foo["bar"] eq "baz"
}
When you have a foo: Map<String, T>
you should be able to write:
collection.find {
foo["bar"] eq "baz"
}