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:
Cal Corum 2026-04-01 18:01:38 -05:00
parent 52d88ae950
commit 718abc0096

View File

@ -276,5 +276,4 @@ async def get_totalstats(
}
)
return_stats["count"] = len(return_stats["stats"])
return return_stats