1 2 3 4 5 6 7 8 9 10
result_type = object({ a = string b = string c = string }) result = { a = "a value" b = "b value" c = "c value" }