How to handle merged tickets in the API?

I’m making requests to extract ticket data, but when tickets are merged, the first response date is earlier than the ticket creation date, because it considers the first response date of the first ticket before merging.

Fields like linked tickets, parent and child tickets are coming up null. Is there a way to handle this? Is there another date field I can consider?

I need to calculate the ticket response time.