var field = type.GetFields()
                .Select(f => new
                {
                    Field = f,
                    Attr = Attribute.GetCustomAttribute(f, typeof(HumanReadableAttribute))