jsonOdm.Query.prototype.$max = function (branch) {
    return this.$accumulator(branch, function (value, accumulation) {
        if (accumulation === false) {
            accumulation = value;
        }