public async Task <long> GetCountAsync()
 {
     return(await BuilderDescribeTableRequest.BuildCount(tableName, dynamodbClient));
 }