I quickly checked the generated bindings code, but it looks normal to me.
Do you see that the count has dropped drastically and/or recently? Or do you see just a lower count than you expect?
[RuntimeEnabled=TrustTokens], where TrustTokens is an origin trial feature, should have very low usage, I think. [SecureContext] restricts it to https only, and it may lower the count.
We've recently made a big change in Blink-V8 bindings (new Web IDL compiler), but it's in M86 (not yet stable). So, it's unlikely that the change affected you. As far as I remember, we've not made other major changes, especially about [MeasureAs], these months.
Or ... web sites might misuse the origin trial feature? Since it's iframe related, web sites could be confused whether they should specify the origin trial feature to the parent window or the child (iframe) window?
Also note that <iframe trustToken="..."> won't be counted because it's not using the IDL attribute.
Cheers,
Yuki Shiino