[
{
"_id": 0,
"type": "cat"
},
{
"_id": 1,
"type": "dog"
},
{
"_id": 2,
"type": "cat"
},
{
"_id": 3,
"type": "unicorn"
}
]
如何根据字段N
选择type
个文档并保留多样性。
示例:
"cat"
"type": "cat"
)