fn checked_total_count_increment(
    total_count: u64,
    limit_count: u64
) -> Result<u64>