When [transforming the model file to json](https://github.com/openfga/cli#transform-an-authorization-model), add a way to get the comments as well. ``` type org relations // Read settings of a github organizations define read-settings: [user] ``` to ``` { "computedUserset": { "doc": "Read settings of a github organizations" "relation":"read-settings" } }, ``` This will be super helpful. https://cloud-native.slack.com/archives/C06G1NNH47N/p1750694123109859