itemsPerPage method

Query<Object?> itemsPerPage(
  1. int items
)

Implementation

Query<Object?> itemsPerPage(int items) {
  return limit(items);
}