QueryResponse

constructor(items: List<Model<T>>, hasPreviousPage: Boolean, hasNextPage: Boolean, cursorFirst: QueryListCursor?, cursorPrevious: QueryListCursor?, cursorNext: QueryListCursor?, cursorLast: QueryListCursor?, options: QueryOptions?)