pub fn deserialize_object_type<E>(
    mapping: &Mapping
) -> Result<Option<Vec<ObjectType>>, E>where
    E: Error,