limit method

Query limit(
  1. int number
)

Implementation

Query limit(int number) => Query(
      client,
      index,
      compoundBody,
      "",
      limit: number,
    );