Pagination in user preferences
related to data-portal#574 (closed)
const PageSize = new mongoose.Schema({
key: { type: String, required: true },
value: { type: Number, required: true },
});
{
pagination: [PageSize]
}
Edited by Marjolaine Bodin