```yml Student: - Name: Tom - Name: Bob ``` ```rust println!("{}", cfg.get_string("Student[0].Name").unwrap()) ``` error: ``` called `Result::unwrap()~on an “Err`value: configuration property "student[0].name" not found ```