When using requires like so ```node const paginationPlugin = require("mongoose-cursor-pagination"); projectSchema.plugin(paginationPlugin.default); ``` The only way to get the plugin working is to reference default. Just thought I would share.