1.33.2
(fix): Fix custom pager interface to use *int instead of *float64 for
GetLimit() and GetCount() return types. These fields represent
integer pagination values (page size and total count) and should match
the *int getters generated on concrete response types when the spec
defines them as type: integer.