With fragment("array_agg(?) table", table_rows)
returning a list, and fragment("json_agg(?) table", table_rows)
returning a %{key: value}
map, is there an equivalent function/method to return a struct? ie: %Table{key: value}
I realize this might be asking for too much