description is not included in the returned objects even if one was set.curl --location 'https://api.voxa.sa/v1/tags/service-account?skipCount=undefined&maxResultCount=undefined&sorting=undefined'{
"totalCount": 2,
"items": [
{
"id": "3a1ebef0-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "VIP",
"icon": "⭐",
"isPinned": true,
"creationTime": "2026-06-22T10:00:00Z"
},
{
"id": "4b2fcef1-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "Follow-up",
"icon": null,
"isPinned": false,
"creationTime": "2026-06-20T08:30:00Z"
}
]
}