I am trying to fetch last record from mongodb database using node.js. I found some answer from here. Now i have given query like
Videopost.find({}).sort({_id:-1}).limit(10,function(err,docs){}
Trying to print docs in console but couldn't get any value in docs.