OfficerSearch - Discrepancy between documentation and response

As per API resource doc,

https://developer.companieshouse.gov.uk/api/docs/search/OfficerSearch-resource.html

items[].matches[] is of type List(Array)

But API response delivers ‘object’.

"matches": {
    "snippet": [
      9,
      17
    ],
    "title": [
      1,
      9
    ]
  }

Oh, yes. You’re right. We’ll get that documentation fixed shortly.

Thanks!