namespace Piwigo.Client.Contract;
public enum ImageOrder
{
Id = 0,
File,
Name,
Hit,
RatingScore,
DateCreation,
DateAvailable,
Random
}