}
// add
RelatedManyChild adam_chboing = new RelatedManyChild("adam_chboing");
god.children.asList().add(57, adam_chboing);
god.update();
RelatedManyParent godbis = Model.all(RelatedManyParent.class).filter("name", god.name).get();
List<RelatedManyChild> children = godbis.children.asList();
for(int i=0; i<101; i++){