What’s the default for result.rank? 0? 50? 100? “-1”, meaning unassigned? (but then we have to set minValue: -1.0, maxValue: 100, and now -0.5 is valid). Null? Is this what breaks us down and forces us to support nullable properties in the code generator? Thanks, Larry