pub fn append(list: Value, item: Value) -> Result<Value, Error>
Append item to end of list (returns new list) {{ items | append(“new”) }}