So there is a indexpage with componenets, listing ads.
const App = ({ads}) => ( { (ads.items===undefined) ? <>> : ads.items.map(item =>