Count num of days till deadline for TODO

Hello.

Lets imagine that we have the task with deadline:

- TODO [#C] Sometask
DEADLINE: <2024-02-11 Sat>

I would like to get in query each todo with num of days till deadline:

TODO Days till deadline
Sometask 1

I tried to reach some diff unctions but I could get tome of now() or similar function.
Any chance?

I think you have to use this plugin to do it - GitHub - xxchan/logseq-deadline-countdown: A logseq plugin which counts how many days left until the deadline.