1package gnobuilders_badges_v2 2 3// GetAdminCount is a value-only governance readback. It lets a proposal freeze 4// the exact admin capacity before voting and verify the count after dispatch. 5func GetAdminCount() int { return admins.Size() }