Skip to content

Commit

Permalink
feat(models): add summary property to the Note class
Browse files Browse the repository at this point in the history
  • Loading branch information
kota-yata committed Oct 31, 2023
1 parent bd441a2 commit ce6578b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions birdxplorer/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,4 @@ class Note(BaseModel):
created_at_millis: TwitterTimestamp
tweet_id: str = Field(pattern=r"^[0-9]{9,19}$")
believable: NotesBelievable
summary: str

0 comments on commit ce6578b

Please sign in to comment.