```yaml Template: $sort: [{a: 2}, {a: 1, b: []}, {a: 3}] by(per_Mi5t): 'per_Mi5t.a' by(x): 'x.b' ``` I would expect this to give either an "additional keys" error or a "object doesn't contain 'b'" error.
I would expect this to give either an "additional keys" error or a "object doesn't contain 'b'" error.