embed

@get:JvmName(name = "getEmbed")
@set:JvmName(name = "setEmbed")
var embed: Boolean
If the persistence node is in `COLLECTION` mode, this flag will embed it in the parent entity anyway. Useful in
some circumstances where sub-listed data is for indexing, and fetching it repeatedly would be inefficient.

bool embed = 4;