HeterogeneousArrayResponse

public struct HeterogeneousArrayResponse : Array
extension HeterogeneousArrayResponse: Decodable

A list of Contentful entries that have been mapped to types conforming to EntryDecodable instances. A HeterogeneousArrayResponse respresents a heterogeneous collection of EntryDecodable being returned, for instance, if hitting the base /entries endpoint with no additional query parameters. If there is no user-defined type for a particular entry, that entry will not be deserialized at all. It is up to you to introspect the type of each element in the items array to handle the response data properly. See: https://www.contentful.com/developers/docs/references/content-delivery-api/#/introduction/collection-resources-and-pagination