Bram
Results
1
issues of
Bram
On the client side I do a `Books.findOne({}, {fields: {anOptionalField:1}})` The `anOptionalField` in this my case is another object created using `Class.create({...})` Then the I get the following error: ```...