Bundle.method(
        meta({
            "name": "filter",
            "description": "Executes callback for each item in the bundle and creates a new bundle including the items for which callback returns true. Callback signature is (item, index, bundle). The this context of the callback is the item.",
            "arguments": [{