mirror of
https://github.com/ReVanced/revanced-api.git
synced 2026-01-18 00:43:57 +00:00
feat: add download_count to releases (#118)
* feat: add download_count to releases * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -23,6 +23,7 @@ class AssetFields(BaseModel):
|
||||
|
||||
name: str
|
||||
content_type: str
|
||||
download_count: int
|
||||
browser_download_url: str
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user