Right now when the json schema has intersection types you are using the ".and" command to join them together. Would it not be better to use the .merge command as it's suggested in the documentation?
In my implementation i need to access the shape attribute of the generated zod objects but ZodIntersection does not have it.