We can limit the
depth of destructuring, is there a way to limit the size of collections being destructured?
We recently had a complex object which was destructured to depth 10 and also had 1000s of items in collections are various levels, so the logged event was HUGE.
We shouldn't be destructuring that object but still, it would be nice to limit the collection size by configuration.