Hi I recieve nested data (its a list of tasks that take a certain amount of time to complete) from an API that I store in a custom state and I am trying to order it by the duration. Things like brand are easy to sort by because it is within the first nest (or not nested at all? not sure of coding jargon) so bubble lets me sort by it but I cannot sort by the nested data. Is there a way that I could accomplish this?