Some encoded field names still encode in snake case, e.g. content_key in PrivateRef, but should be camel case, so contentKey.
Some other field names just need to be matched, e.g. saturated_name_hash should be encoded as name, or userland for directories generally needs to be renamed to entries.
Some encoded field names still encode in snake case, e.g.
content_key
inPrivateRef
, but should be camel case, socontentKey
.Some other field names just need to be matched, e.g.
saturated_name_hash
should be encoded asname
, oruserland
for directories generally needs to be renamed toentries
.