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