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