const planType = Schema.literal("lite", "professional", "enterprise"). Let's say someone introduces a new plan type enterprise-plus. I would not want the parsing of this schema to fail. The way I'm currently solving it is the following:planType is missing or undefined, some schema users may want it to fail in such a caseSchema.literal does not have a withDefault method on it.