If set to true, Amazon DynamoDB returns a total number of items for the Scan operation, even if the operation has no matching
items for the assigned filter. 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; }