SearchPagination

public struct SearchPagination

Contains information on how a search query pagination occurred This can be used if we need to expand our results.

  • The total number of results that were found

    Declaration

    Swift

    public let total: Int
  • the current search page

    Declaration

    Swift

    public let page: Int
  • The size of the search page

    Declaration

    Swift

    public let pageSize: Int