carbonplan / offsets-db-api

accounting of voluntary and compliance offset programs
https://carbonplan.org/research/offsets-db
MIT License
1 stars 0 forks source link

Unexpected `total_entries` value in `pagination` object in `/projects` #74

Closed katamartin closed 9 months ago

katamartin commented 9 months ago

When filtering with search=kariba, a single result is returned but pagination.total_entries has a value of 5. I'm surprised that it's possible for the data array to get out-of-sync with the pagination object -- what's going on here?

image