My frontend app can list of my items order by createdAt (for sure by calling API):
createdAt
SELECT * FROM items ORDER BY createdAt
Output