@Query(value = "{$and:[{'contentRoot.basicData.code':{$ne:null}}" +
",{'contentRoot.basicData.tourOperatorCode':{$ne:null}}]}"
,fields = "{$and: [{productCode: 1, tourOperatorCode: 1}]}")
I try to get 3 Documents from Mongodb. I don´t know where can i use {$limit: 3}, or alternative command.