Response
public struct Response : Decodable
The response from a search request, containing the search results (docs)
-
Declaration
Swift
public let numFound: Int -
Declaration
Swift
public let start: Int -
Declaration
Swift
public let docs: [ItemMetadata]
View on GitHub
Response Structure Reference