One more field...

This commit is contained in:
Scott Idem
2024-06-21 16:43:27 -04:00
parent eb1ef32754
commit c08cffecd4

View File

@@ -97,8 +97,9 @@ class Event_Session_Base(BaseModel):
passcode: Optional[str] passcode: Optional[str]
file_count: Optional[int] file_count: Optional[int] # Only files directly under the session
internal_use_count: Optional[int] # Should be renamed to "internal_use_file_count"??? internal_use_count: Optional[int] # Should be renamed to "internal_use_file_count"???
file_count_all: Optional[int] # All files under a session
status: Optional[int] status: Optional[int]
review: Optional[bool] review: Optional[bool]