Returns the total number of elements in a list, keys in a map, or characters in a string.
length(collection: any) -> int
Returns the documented result for the function signature.
respond { status = 200 body = { total = length(steps.fetch_orders.result) } }