Hello,

Does anybody know if the Spring-Data for MongoDB provides the $slice feature on the mongoDB java driver ? Basically I want to know if I can restrict the number of items of an embedded array of documents using Spring-Data for MongoDB. I can do that from the mongo command line using the $slice command.

Thanks,

Carlos