PaginationInfo
org.llm4s.types.`package`.PaginationInfo
final case class PaginationInfo(page: Int, pageSize: Int, totalItems: Long, totalPages: Int, hasNext: Boolean, hasPrevious: Boolean)
Pagination information for large result sets
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article