module.exports = { postData: [ { title: 'A walk in the park' }, { title: 'Down the road', author: 'Alice' }, { title: 'On a summer day', author: 'Bob' }, ], }