all 用于数组字段的查询筛选条件,要求数组字段中包含给定数组的所有元素。
在__黑名单__需求中,需要查询数组字段中不包含给定元素的记录,请问怎么实现?
Command.nin(value: any[]): Command