mongoosejs/mquery

mquery().count(match) works?

Marcosul opened this issue · 0 comments

Why my code dont work with parameter into count()??

      eventsDone = await Event
        .where({'data.done': true})          
        .count('day')