GET charges response type documented incorrectly

Hello,

I’d like to report the following misalignments I observed between the implementation of the Companies House API and its documentation :

/company/{companyNumber}/charges endpoint

  1. returns items[ ].classification as an object instead of an array of objects (as per documentation)
  2. returns items[ ].particulars as an object instead of an array of objects (as documented)
  3. items[ ].assests_ceased_released appears to have a typo in its name

Kind regards