Hi. Is there a way in llamaindex to restrict the metadata (keys) that should be stored in node? I want to exclude the unnecessary keys in the node and in the vector DB. I found this "document.excluded_embed_metadata_keys = ["key"]" setting being mentioned in one of the github issues, but it doesn't exclude the keys from being saved in the node. Thank you!