ifHCInOctets / ifHCOutOctets metric value

Hi,

below is the result of a curl call to my router.

What is the meaning/unit of the returned value : “403 952 958 954 414” ( I added spaces )

Thanks for help

$ jq '.' result
{
  "status": "success",
  "data": {
    "resultType": "vector",
    "result": [
      {
        "metric": {
          "__name__": "ifHCInOctets",
          "ifAlias": "--- Lien vers MYSTUFF ...",
          "ifDescr": "HundredGigE0/1/0/7",
          "ifIndex": "137",
          "ifName": "HundredGigE0/1/0/7",
          "instance": "MYROUTER.xxx",
          "job": "ifmibsnmp"
        },
        "value": [
          1725008140.25,
          "**403952958954414**"
        ]
      }
    ]
  }
}