Bundle.method(
        meta({
            "name": "reduce",
            "description": "Executes callback for each item in the bundle to act as an accumulator. Callback signature is (reducedValue, item, index, bundle). The this context of the callback is the item.",
            "arguments": [{