Trace tooling serializes FakeTensor storage metadata to JSON. When the
storage size is a hinted SymInt, the trace can have both useful pieces of
information:

the symbolic storage expression, which preserves provenance for downstream
trace consumers;
the optimization hint, which gives diagnostic/policy tooling a concrete
expected extent when one...