3.30.0
(feat): Add offsetSemantics flag, which changes how the step attribute in x-fern-pagination is interpreted.
When offsetSemantics is item-index (the default), offset is understood as an item index that increases by the number of entities fetched.
When offsetSemantics is page-index, offset is understood as a page index that increases by 1 each time.