formatResult = fn({exists, one, multi}) -> [exists, one, Enum.join(multi, ",")] |> (&(Enum.join(&1, "|"))).() end