For expression, `$.[{ }] ~> $reduce($append)` with input: `[true,true]`, the `js` implementation returns `[{},{}]` and `jsonata-python` returns: `[{},[{}]]` Will spend some time debugging this if I get some time in the next few days!