A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data
            consisting of the data type and attribute value.
             
            
 Declaration Syntax
 Declaration Syntax| C# | 
public Dictionary<string, List<Dictionary<string, AttributeValue>>> Responses { get; set; }