findPage

fun <T : Any> findPage(entityClass: KClass<T>, pageSize: Int, pageToken: String?, block: QueryContext.() -> Unit): KandraPage<T>