search API returns `total` but the SDK does not making it hard to plan certain searches https://docs.descope.com/api/management/users/search-users ``` { "users": [ { ... ], "total": 0 } ``` but the SDK returns only users ``` }) => Promise<SdkResponse<_descope_core_js_sdk.UserResponse[]>>; ```