I have this data model :
TrucSet { String id @DBref Truc[] listOfTruc; } Truc { TrucInfo trucInfo; } TrucInfo { ENUMName name; ENUMdate