Model
Hidden
Magento\Customer\Model\Attribute\Data\Hidden
What it does
This class handles hidden customer attribute data in Magento 2.
Developers use this when working with customer attributes that need to be stored and processed but should not be visible or editable in forms.
It extends the base EAV Hidden attribute data model specifically for customer-related hidden fields.