Strange output after scraping

Hi, I get this scraping output where the selectors are at one level.

scraping2

Every data selector output is placed in another record.
Where is this going wrong?

This is a common issue, and you can fix it by creating a wrapper element (container) for your scrapers - See Data doesn't match up