No result in meteor shell, but result in mongo browser

In meteor shell I get no result:
> Sentences.find({words: {$in: [“行动不便”]},users: {$in: [“KxXJYDLvCvjk9nLwo”]},textRecordingWomanUrl: {$exists:false}}).fetch()

In Studio 3T (MongoChef) I get a result:

How come I get a result in the mongo browser and no result in the shell?

It was because I am using this https://atmospherejs.com/zimme/collection-softremovable and that record was flagged as “removed”:true