Patentsview Mismatched Patent Counts
Here are locations where there is a mismatch between the location_total_num_patents and the actual patents. In all cases the count is 1 but the list or array of patents just contains a single entry whose values are all null (uninitialized) fields.
Other locations show the count matches the patents array being returned. This page sends this request to the locations endpoint and displays the raw results below:
q={"_and":[{"location_country":"US"},{"location_total_num_patents":"1"}]}
&f=["patent_number","location_id","location_city","location_state","location_country","location_total_num_patents","location_latitude","location_longitude"]
&s=[{"patent_number":"asc"}]