Officer issue with batch of companies

Doing some testing at the moment and we’ve encountered an issue with a batch of companies starting at 10260081 through to 10260091. This is rendering as a “technical difficulties” page in the beta search when you try and view the officers.

In the API response, it’s returning null for all the officer totals which I’m pretty sure is the cause as it’s causing our programs to crash as well!

{
  "etag": "ef3010e76cbf7d1930822504b77a2451d22a684a",
  "links": {
    "self": "/company/10260081/appointments"
  },
  "start_index": 0,
  "kind": "officer-list",
  "items": [
    {
      "nationality": "British",
      "links": {
        "officer": {
          "appointments": "/officers/oNIM_5dLzEjKjv9UpJ_5VZVbQHg/appointments"
        }
      },
      "date_of_birth": {
        "month": 6,
        "year": 1971
      },
      "occupation": "It Manager",
      "appointed_on": "2016-07-01",
      "address": {
        "premises": "20-22",
        "locality": "London",
        "country": "England",
        "address_line_1": "Wenlock Road",
        "postal_code": "N1 7GU"
      },
      "name": "FITTON, Robin",
      "officer_role": "director",
      "country_of_residence": "United Kingdom"
    }
  ],
  "resigned_count": null,
  "total_results": null,
  "active_count": null,
  "items_per_page": 35
}

@ash

Thanks for highlighting the issue, we will look to correct the information this evening.

Thanks

@mfairhurst

@ash

Sorry for not replying sooner regarding this issue, but the data has now been corrected and the officers are returning.

Thanks,

Mark.