**Is your idea related to a problem? Please describe.** The return type of `desc_list` is actually a `dictionary`. It's confusing. **Describe the solution you'd like** Rename the variable name from `desc_list` to `desc_dict` for the consistency.