PageFilterResult

fun PageFilterResult(name: String, hits: List<<ERROR CLASS><out <ERROR CLASS>>>, totalHits: Long, page: Int, perPage: Int, totalPages: Int, from: Int, size: Int)

Parameters

name
hits
  • list of hits on the current page

totalHits
  • total number of hits

page
  • number of the current page

perPage
  • number of hits per page

totalPages
  • total number of pages

from
  • value applied to SearchQuery.from

size
  • value applied to SearchQuery.size