Giri the async keyword convert the function to return a promise instead of void , also, the query result has a " length " property showing how many items the " items " property carry into it, and a " totalCount " to show the total matching results in the DB.
But you’re right about the async in this case since the query returns a Promise anyway.