New API attributes introduced - Where is the description?? Recently I did an API call for the requested items of a service request: https://api.freshservice.com/#view_req_items_of_sr In the past it looked like this: { "requested_items": [ { "custom_fields": { "request_type": "xxxx", "name_new_employee": "xxxx", "location_new_employee": xxxx, "manger_new_employee": xxxx, "date_of_entry_new_employee": "xxxx", "comment_new_employee": "xxxx", "select_your_old_computer": null, "what_should_happen_with_the_old_device": null, "manager_replace_device": null, "comment_replace_device": null }, "id": xxxx, "created_at": "xxxx", "updated_at": "xxxx", "quantity": 1, "stage": 1, "loaned": false, "cost_per_request": 0, "remarks": null, "delivery_time": null, "is_parent": true, "service_item_id": xxxx } ]} If I do the same request today it looks like this (there have been added some fields form our side - ignore that fact): { "requested_items": [ { "custom_fields": { "request_type": "xxxx", "name_new_employee": "xxxx", "location_new_employee": xxxx, "job_fami