So I have an Email VO that currently maps to: ` "email": { "email": "miguellmanso@gmail.com" } ` Is there any way to map this to a single string? Like: ` "email": "miguellmanso@gmail.com" `