db.getCollection("switch").find({}) .projection({}) .sort({date: -1}) .limit(0)