ResultList
@Serializable
@SerialName(value = "ResultList")
Ordered list of results with per-entry names. Produced by ListStats and the vector expansion helpers.
Names disambiguate entries for map-style lookup while preserving positional order. Constructing with duplicate names throws - pass explicit names to disambiguate.
Positional producers (e.g. vector-expanded stats) use the secondary constructor which auto-assigns index-based names ("0", "1", ...).