pub type PathsList = PunctuatedItems<Path>;
pub struct PathsList { pub inner: Vec<Path>, }
inner: Vec<Path>