execute

@Suspendable
abstract fun execute(): List<R>

Executes the PagedQuery

Return

List of entities found. Empty list if none were found.

Throws

If there is an error executing the query.