-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
For some projects, the capture count is not adding up. Maybe we are filtering captures in different ways for different endpoints? This project has a lot af captures that are missing station, could be a clue...
I think the summary endpoint is the one that needs an update?
Example:
- https://antenna.insectai.org/api/v2/status/summary/?project_id=1 (returns
capture_count: 374051
) - https://antenna.insectai.org/api/v2/captures/?project_id=1 (returns
count: 455208
)