pub type Cursor = Option<String>;
Pagination cursor.
pub enum Cursor { None, Some(String), }
No value.
Some value of type T.
T