count pages per version

This commit is contained in:
2025-10-17 17:34:23 +02:00
parent 5666dc4a4b
commit d003f0783d
4 changed files with 121 additions and 12 deletions
+2
View File
@@ -87,6 +87,7 @@ pub struct DocumentVersion {
pub size_bytes: i64,
pub checksum: String,
pub created_at: NaiveDateTime,
pub metadata: serde_json::Value,
pub operations_summary: serde_json::Value,
}
@@ -99,6 +100,7 @@ pub struct NewDocumentVersion {
pub s3_key: String,
pub size_bytes: i64,
pub checksum: String,
pub metadata: serde_json::Value,
pub operations_summary: serde_json::Value,
}