resolve
resolve copied to clipboard
The 'fieldList' argument of the read model store's 'find' function should be called 'projection'
The name 'fieldList' is missleading because it implies an array of field names. However, the expected format is an object structured similarly to a projection in MongoDB's db.collection.find().
The documentation should be updated accordingly.