So, count 69 is right. The size of the list of proteins in Paraspeckle (9606) is 69 and not 65.
I checked the API call made by the frontend and it is {{host}}/condensates?size=100000&is_experimental=false
The protein list size here is also 69 and the attribute "protein_count" is also 69 in the API response.
Also, a secondary comment:
This call doesn't need to fetch all the fields, if you ask for selected fields the response could be lesser in size (don't need protein_confidence_score, protein_pubmed_ids etc here)
The protein_count is 69 but the actual size of protein list is 65.
Could you check why this discrepancy happened? Doesn't it have to be same as the actual protein(proteins) list length?
Also, a secondary comment:
This call doesn't need to fetch all the fields, if you ask for selected fields the response could be lesser in size (don't need protein_confidence_score, protein_pubmed_ids etc here)
The reason of this is to list unique gene names from 69 proteins. Can you check whether you still keep the redundant duplicates in your protein list or not?