"where" clause not found in "with" object
Hi, I'm trying to write a "where" clause inside a with object. I.e. I'm trying to filter events that are in certain dates in this query. The ide complains that "where" is not found. However documentation says it should work. Have a look here: https://orm.drizzle.team/docs/rqb#find-many
Where am I going wrong?
Where am I going wrong?

Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.