I'm attempting to remove duplicate entries in our index by deleting all documents before re-uploading, but after I delete all documents 60 still remain and I'm unable to delete them. And when I query for the list of documents, I get total_results: 60 but an empty array for the actual results. Is this a bug or am I overlooking something?
Screenshot of query response:

Screenshot of trying to access a document in the web app (this document, despite being deleted, is still somehow being indexed on our site):

