Chelsy Mena | Andercol

Results 1 issues of Chelsy Mena | Andercol

I am currently trying to read only the last week's entries of a few lists, and I accomplish this by using `filter("Modified gt datetime{date_in_isoformat}')` or `order_by("Modified desc").top(50)` along with `get()`;...

question