children: function (done) {
                        dao.getChildJoinsByModelID(model.data.modelID).then(function (data) {
                            done(null, data);
                        }, function (err) {
                            done(err, null);