Updating the models and less log info

This commit is contained in:
Scott Idem
2024-08-09 17:47:33 -04:00
parent 34dfea1379
commit 97f0a59fcf
4 changed files with 6 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ class Event_Session_Base(BaseModel):
file_count: Optional[int] # Only files directly under the session
internal_use_count: Optional[int] # Should be renamed to "internal_use_file_count"???
event_file_id_li_json: Optional[Union[Json, None]] # List of file IDs (actually id_random)
file_count_all: Optional[int] # All files under a session
file_count_all: Optional[int] # Of all files under a session
status: Optional[int]
review: Optional[bool]