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