I have a document model containing field which is a dictionary and can take any value, like this:
public class Document { public string Id { get; set; }