I'm trying to deep-copy a task with nested subtasks using the API. Currently, I'm querying the subtasks endpoint for each task in my tree.
Is there any way to know if a task is going to have subtasks without having to hit the subtasks
endpoint for each task?