mirror of
https://github.com/flibusta-apps/book_library_server.git
synced 2025-12-06 15:15:36 +01:00
Add pages to BookDetail
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
from datetime import date
|
from datetime import date
|
||||||
|
from typing import Optional
|
||||||
|
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
|
|
||||||
@@ -37,3 +38,4 @@ class BookDetail(RemoteBook):
|
|||||||
sequences: list[Sequence]
|
sequences: list[Sequence]
|
||||||
genres: list[BookGenre]
|
genres: list[BookGenre]
|
||||||
is_deleted: bool
|
is_deleted: bool
|
||||||
|
pages: Optional[int]
|
||||||
|
|||||||
Reference in New Issue
Block a user