fix: preserve total_count in get_totalstats instead of overwriting with page length (#101)
Closes #101 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
52d88ae950
commit
718abc0096
@ -276,5 +276,4 @@ async def get_totalstats(
|
||||
}
|
||||
)
|
||||
|
||||
return_stats["count"] = len(return_stats["stats"])
|
||||
return return_stats
|
||||
|
||||
Loading…
Reference in New Issue
Block a user