It should probably fetch the related objects to the main object (ticket in this case, with hardwareitem and hardwaretask), or maybe it should just add the name into a meta field instead doing a full describe on the object and returning all that unused data.
I use things like this everywhere:
{{ allhardwareitems.find(slotProps.data.props?.hardwareItemId)?.props?.name }}
It should probably fetch the related objects to the main object (ticket in this case, with hardwareitem and hardwaretask), or maybe it should just add the name into a meta field instead doing a full describe on the object and returning all that unused data.