nestJS response returns mongo document without empty properties

后端 未结 0 1638
天涯浪人
天涯浪人 2020-12-03 14:57

I have a mongo model of the following structure:

{
   ...
   excerpts:[
     {
        someData1:{...},
        someData2:{}
      }
     ]
}

相关标签:
回答
  • 消灭零回复
提交回复
热议问题