'use strict'; async function fetchLatest() { return [ { title: 'Hot chicks arse fucked', date: new Date(), }, ]; } module.exports = { fetchLatest, };