longzhaokun
Results
1
issues of
longzhaokun
### How to disable auto populate when create. - I'm doing this to create a doc ```ts const result = await this.model.create(fields); debugger return result ``` - Then in `debugger`...