Sorting listed() elements

Hi,
I’m looping my posts like this:

<?php foreach (page('photography')->children()->listed() as $album): ?>

How can I sort them so instead of going descendent they go ascendent? I don’t want to use sortBy() simply show them like how they appear in the panel but in the opposite order.

Thanks in advance.

Have a look at flip:

It was that easy… thanks and sorry for perhaps not investigating enough before asking!