GET /works: omit id-less works
Author: lautarodraganCreated Jul 2, 2019Updated Jul 2, 2019
Labelsbug
Update .find(filters, { projection: { _id: false } }) to something like
.find({ ...filters, id: { $exists: true } }, { projection: { _id: false } })
Source: poetapp/node