players: [
{ ... }
]
}
);
How could I get the documents where the count of players is less than 3?
Something.find( { players: { $size: {$lt: 3} } } )
https://stackoverflow.com/questions/7811163/query-for-documents-where-array-size-is-greater-than-1
Обсуждают сегодня