Defines the parameters for paginating query results, including the starting position and maximum number of items to return.
Specifies the starting position of the query result. Default is 0.
Specifies the maximum number of items to return. Default is 25.
Optional
Defines the parameters for paginating query results, including the starting position and maximum number of items to return.
Param: offset
Specifies the starting position of the query result. Default is 0.
Param: limit
Specifies the maximum number of items to return. Default is 25.