Hey there, Are there currently any plans in this project to support optional properties? e.g. ``` /** * @typedef {Object} Something * @property {string} someProperty - required * @property {string} [anotherProperty] - optional */ ``` Had a search through the issues and couldn't find this specifically, so apologies if it's a repeat.