MappedArrayResponse

public struct MappedArrayResponse<ItemType>: Array where ItemType: EntryModellable

A list of Contentful entries that have been mapped to types conforming to EntryModellable

See: https://www.contentful.com/developers/docs/references/content-delivery-api/#/introduction/collection-resources-and-pagination

  • The resources which are part of the given array

    Declaration

    Swift

    public let items: [ItemType]
  • The maximum number of resources originally requested

    Declaration

    Swift

    public let limit: UInt
  • The number of elements skipped when performing the request

    Declaration

    Swift

    public let skip: UInt
  • The total number of resources which matched the original request

    Declaration

    Swift

    public let total: UInt