pub type Limit = (i64, i64);
A tuple of (offset, count) values for commands that allow paging through results.
(offset, count)