当GET被分页时,ResolveMediaObjectContentUrlSubscriber中的ControllerResults不是实体

https://api-platform.com/docs/core/file-upload/#making-a-request-to-the-media_objects-endpoint

the example in the doc uses the event callback to iterate though the retrieved objects(ControllerResults) and set some properties. However when its a GET call with pagination ControllerResult is a paginator object. How do I get the collection of objects