I have an existing mongo collection called Test collection I have created a model class for the same to fetch the data I have also created TestRepository This is my controller method But I am not able to fetch any data from mongo. I want to fetch data from the mongo collection on the basis of sequence. I have also