The data segment carries the client sequence number and the server ACK number together.
The data message is first
The timeline shows the client sending a tiny data segment to the server.
messages so far=1
Fields pin the same segment
The field strip shows the same segment with sequence 1001 and payload length 2.
seq=1001
It also carries the server count
The acknowledgment field in the data segment is 5001, meaning the client has already received through the server's previous byte.
data segment ack=5001
Summary
A data segment has both a sequence field for its own bytes and an ACK field for the other side's bytes.
seq, ack=1001,5001