Hi Leandro, Leandro Maia <maiabhmg at gmail.com> writes: > refPaiAntigo.filhos(eIdentificador::idType::filhos_optional()); A more straightforward way that achieves the same would be: refPaiAntigo.filhos().reset (); Boris