UI not showing tags associated to schema fields

Hi, for some schema fields, UI is not showing tags associated to it even though the REST API clearly shows the associated tag. Please see the screenshot below and response of the REST API for one such schema field called “ssn”. Appreciate any help, thanks

curl -s -k -u "$REGISTRY_API_KEY:$REGISTRY_API_SECRET" "https://xxxxx.confluent.cloud/catalog/v1/search/basic/?query=ssn&type=sr_field" | jq "."
{
  "searchParameters": {
    "includeDeleted": false,
    "limit": 0,
    "offset": 0
  },
  "types": [
    "sr_field"
  ],
  "entities": [
    {
      "typeName": "sr_field",
      "attributes": {
        "createTime": 1684881597459,
        "qualifiedName": "lsrc-oqojp9:.:100001:c1.customer.ssn",
        "name": "ssn",
        "context": ".",
        "nameLower": "ssn",
        "id": 100001,
        "tenant": "lsrc-oqojp9"
      },
      "guid": "f4e9c9d9-53df-4901-84b6-23db851c72d3",
      "status": "ACTIVE",
      "displayText": "ssn",
      "classificationNames": [
        "ID_SSN"
      ],
      "meaningNames": [],
      "meanings": [],
      "isIncomplete": false,
      "labels": []
    },
    {
      "typeName": "sr_field",
      "attributes": {
        "createTime": 1684881809847,
        "qualifiedName": "lsrc-oqojp9:.:100003:demo.customer.ssn",
        "name": "ssn",
        "context": ".",
        "nameLower": "ssn",
        "id": 100003,
        "tenant": "lsrc-oqojp9"
      },
      "guid": "48f3f1ca-5a5b-47dd-9af1-83b1495d57e8",
      "status": "ACTIVE",
      "displayText": "ssn",
      "classificationNames": [
        "ID_SSN"
      ],
      "meaningNames": [],
      "meanings": [],
      "isIncomplete": false,
      "labels": []
    }
  ]
}