What to persist
Persist the public `id` and any resource-specific identifiers inside `data` that your app needs for later display or synchronization. Do not infer database ids or depend on internal field names that are not part of the public envelope.
For list/get flows, your code can often ignore `token_stats` and `pricing`. For generation flows, those fields are important for monitoring and billing analytics.