One more field...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user