When you want to call direct an item by PK , then your table must be created with PK enough (hash key) , so therefore do not add sort key while creating table..
var sequence = await dynamoDBContext.LoadAsync<SequenceLogModel>("global_counter");