Below Uploadcare’s PHP API library function does not have an asc
or desc
parameter. How can I sort the result so newest items are shown first?
function listFiles(int $limit = 100, string $orderBy = 'datetime_uploaded', $from = null, array $addFields = [], ?bool $stored = null, bool $removed = false)