Bookshelf that autoupdates based on interval?

I did manage to find this:

```dataview
TABLE date(today) - updated AS Countdown
FROM "webnovels"
WHERE updated <= date(today)

The thing is that in the original post, they used the same deadline for everything whereas the last "updated" property of every note is different so I am a bit stuck on that.