One more field...

This commit is contained in:
Scott Idem
2025-04-02 13:38:18 -04:00
parent b3ce129bce
commit 8569a5de3c

View File

@@ -114,6 +114,7 @@ class Journal_Base(BaseModel):
updated_on: Optional[datetime.datetime] = None
# Including other related objects
journal_entry_count: Optional[int] # Number of journal entries in the journal
journal_entry_list: Optional[list[Journal_Entry_Base]] # Journal_Entry_Base()
# This is only for convenience. Probably going to keep unless it causes a problem.
file_count: Optional[int] # Only files directly under the journal