Create a YAML file that maps inventory item ids to readable title and description ``` {item_id: {title: title_string, description: desc_string} } ``` --- - apple - title: Red Apple - description: Delicious and homegrown, a snack that'll please anyone.