keys = [k for k in dir(first) if not k.startswith('_') and isinstance(getattr(first, k), int)]