duyluonglc / lucid-mongo

Mongodb ODM for adonis framework
327 stars 60 forks source link

Model.query(...).withCount() is not a function error when queried for relationship counts. #261

Open santoshbaggam opened 3 years ago

santoshbaggam commented 3 years ago

https://github.com/duyluonglc/lucid-mongo/blob/8a4e3bfc109c12dcd79ef53781d1049068f3a2f2/src/LucidMongo/QueryBuilder/index.js#L575

santoshbaggam commented 3 years ago

After digging into the code, seems like this is commented out in the source code. Any specific reason or fix to this? @duyluonglc @thetutlage