I want to create a nodejs query in my model that queries a table where its "owner" id matches the id of the current logged in user. I'm using Passport to manage authentication and mongoose to create data object models. The current query I have is: I want to create a nodejs query in my model tha