PublishedAt
PublishedAt is a timestamp field used in digital content systems to indicate when an item was made publicly available. It is commonly found in APIs, content management systems, and data models representing articles, videos, posts, and other publishable resources. The value usually represents the moment the item became visible to end users, and may be null or unset for drafts or items not yet published.
Format and type: In most modern APIs and systems, publishedAt is stored as a string in ISO
Relationship to other timestamps: It is distinct from createdAt (when the item was created) and updatedAt (last
Usage and considerations: Sorting, filtering, and analytics often rely on publishedAt to determine recency. When exchanging