Incorrect total when filtering evidence collection
Opened this issue · 0 comments
abargnesi commented
Example evidence collection filter:
This returns 6 evidence resources in the collection, but the paging information reports 7:
"metadata": {
"collection_paging": {
"total": 54491,
"total_filtered": 7,
"total_pages": 1,
"current_page": 1,
"current_page_size": 6
}
}