Show x number of items in orders in List

Currently, my ordering system allows multiple items to be added to my ordering system, but it will show multiple of them as a list item instead of an example (item1 x 3), I already checked on a clonable ordering system made by adalo but it seems it always show multiple of the items on List. i believe there’s no built in function in adalo for this. How do i approach this to achieve what i want?

Attaching that i cloned

it depends on the collections structure, while adding items to the order, number of items per order’s items list should be added as well