Revision Summary
data class RevisionSummary(val id: String, val label: String, val description: String, val snapshot: String, val createdAt: Date)
Represents a document revision for version management. Stores a snapshot of document content at a specific point in time, enabling rollback, audit, and version history tracking.