After creating the import and checking the status, I get status = complete and percentComplete = 100. I passed in 100 contacts, but the total counts never add up to 100. Why is this? I verified that meta.httpStatus is accepted before polling for progress. I’m importing many contacts in batches of 100, but the totals all don’t add up to the original, and it doesn’t say any of them failed.
[11:52:43.267] ERROR (27460): Expected 100 updated, but got 63
    percentComplete: 100
    status: "complete"
    contacts: {
      "count": {
        "added": 0,
        "updated": 63,
        "failed": 0
      }
    }
    transactions: {
      "count": {
        "created": 0,
        "failed": 0
      }
    }
    errors: []
[11:52:55.845] ERROR (27460): Expected 100 updated, but got 82
    percentComplete: 100
    status: "complete"
    contacts: {
      "count": {
        "added": 0,
        "updated": 82,
        "failed": 0
      }
    }
    transactions: {
      "count": {
        "created": 0,
        "failed": 0
      }
    }
    errors: []
[11:53:02.759] ERROR (27460): Expected 100 updated, but got 74
    percentComplete: 100
    status: "complete"
    contacts: {
      "count": {
        "added": 0,
        "updated": 74,
        "failed": 0
      }
    }
    transactions: {
      "count": {
        "created": 0,
        "failed": 0
      }
    }
    errors: []

