If set to true, Amazon DynamoDB returns a total number of items that match the query parameters, instead of a list of the matching
items and their attributes. Do not set Count to true while providing a list of AttributesToGet, otherwise Amazon
DynamoDB returns a validation error.

C# |
public bool Count { get; set; }