Discrepancy in web license count vs /accounts/me/plans/usage

API Endpoint(s) and/or Zoom API Event(s)
/accounts/me/plans/usage

Description
The API returns 6 less total licenses than what displays on the Web UI

Error?
No error

How To Reproduce
Steps to reproduce the behavior:
1. GET https://api.zoom.us/v2/accounts/me/plans/usage
2. Server to Server OAuth
3. No errors

Part of what’s returned by the endpoint is the following:
“plan_base”: {

    "type": "zopent_quarterly",

    "hosts": 3794,

    "usage": 0,

    "pending": 0

},

However, the license count displayed on the web under Account Management > Billing > Current Plans shows 6 more of this particular license. All other license counts (Zoom Phone, Zoom Node, etc) are all correct and match between the API call and the Web UI.