Hi, are we able use wildcard paths while registering a new path for a store? or is their away to do this without writing a helper for that for example: ```ts this.stores.get('listeners').registerPath(join(this.rootData.root, './handlers/events')).registerPath(join(this.rootData.root, "./integrations/**/*")); ```