Icebob
Icebob
I don't see the issue in codesandbox example 
@DenisFerrero could you agree on it?
If you need more complex populating, use this form: ```js { settings: { populates: { termCount(ids, books, rule, ctx) { return this.Promise.all(books.map(async book => book.termCount = await ctx.call("terms.count", { query:...
@erlichmen yeah, good idea. PR's welcomed. As @intech said, you can disable colors in broker option logger settings.
I could reproduce the issue but this PR doesn't fix it correctly.
I planned it sometimes about it in the past but always dropped the idea because it can leak sensitive data if the user can change the returned fields. E.g. you...
You don't need to cover backward compatibility. We will release only the mongoose adapter as a new major version.
your force-push killed my commits which fixed the Node 10 issue. Please revert it, or do it again.
Hm, I don't know right now. I have to think it over.
They are not private methods, just I don't want to cause a breaking change with them. E.g if users (using the previous version of DB service) created `create`, `update`...etc methods...