Best approach for nested data?

hello! any chance you could screenshot the structure? im having a problem with outputing existing data using mongodb.
my structure is

orders is the name of the collection

orders{
     customer{
     id,
    name,
     }
}

i already tried using repeatable component but it doest work