I am seeing higher-than-expected numbers in the CloudKit dashboard "Record Types" pane for the two record types I have created ("Groups" and "Members"). Although I currently only hold 7 Groups and 40 Members, I see counts of 48 Group records, and 2.3k Member records.
I think these numbers are cumulative from previous tests, which have been larger scale. Is it normal for all deleted records to be retained in some form, or am I not cleaning them up properly?
I create and delete records in batches, using
CKModifyRecordsOperation *op=[[CKModifyRecordsOperation alloc] initWithRecordsToSave:recordsToSaveList recordIDsToDelete:recordsToDeleteList];