Https://stream.companieshouse.gov.uk/companies - Fields changed empty

Hello there,

I am working on an integration with the companies house streaming api, in particular with the one for companies.

As mentioned in the api documentation, there is a property fields_changed that should contain all the modified fields, but it is always empty.

So, I would like to understand how I can identify the changes. Can I assume that every time I receive an event, it is an update? If the type is “changed” of course.

But, I also noticed something else, it is possible to receive more than one event in single day for a company, even for several days in a row, isn’t that a bit strange?

Thanks