Does this library support wildcards for maps? For example, in the following json: ``` { "key1": { "key": "val1" }, "key3": { "key": "val2" } } ``` Something like `.addIncludes("*/key")`, instead of multiple includes like: `.addIncldes("key1/key").addIncludes("key2/key")`. Thank you!