Interface for list queries that retrieve multiple items with a limit.
This interface extends Queryable and adds a limit parameter to control the maximum number of items returned by the query.
The maximum number of items to return in the query result. Must be >= 0. If set to 0, the query will return unlimited results.