Is it the intended behavior that if validate with ``` defparams :get do optional :foo, :enum, values: ["bar", "goal"] end ``` I get back the enum value casted to an atom? `{:ok, %{foo: :bar}} ` I was surprised and see no mention of it in the docs.