pub type Entries = Vec<Entry>;
type alias: a list of entries as returned from some endpoints
pub struct Entries { /* private fields */ }