module.exports = { note: { rows: Number(process.env.WISHLIST_NOTE_ROWS) || 5 } }