This commit is contained in:
Justin Visser 2026-02-19 22:50:22 +01:00
parent 710f7675c3
commit ba7976d935
10 changed files with 271 additions and 356 deletions

View file

@ -515,6 +515,8 @@ class PublicationItemData(BaseModel):
class PublicationsListData(BaseModel):
mode: str
selected_scholar_profile_id: int | None
unread_count: int
latest_count: int
new_count: int
total_count: int
publications: list[PublicationItemData]