What does this part of Apple core data documentation means?
User Info Dictionaries
Many of the elements in a managed object model—entities, attributes, and relationships—have an associated user info dictionary. You can put whatever information you want into a user info dictionary, as key-value pairs. Common information to put into the user info dictionary includes version details for an entity, and values used by the predicate for a fetched property.
I understand that by default entities have that dictionary, but I'm not able to find find userInfo on coredata entities or attributes.