DynamoDB Number
Emit as a DynamoDB `N` attribute value. The hinted value must be a StringScalar holding a numeric literal; the backend emits `{ "N": "<value>" }` (DynamoDB carries numbers as strings). Use this for decimals and other numbers a transformation produces as a string. An IntegerScalar already serializes as `N` and needs no hint.