namespace Piwigo.Client; public enum CategoryPosition { First = 0, Last = 1 }