``` |> AGGREGATE ARRAY_AGG((SELECT AS STRUCT item_id, name, bought_item)) AS items_info GROUP BY client_id ``` fails to transpile to DuckDB.