Hi, how can the accordion have the “define” method but not the “refresh” method, in the docs it says that a refresh is required after defining a property and its value on a view. Also, when we use addView on an accordion we cannot set it to “collapsed:true”. We would like the accordion collapsed by default, the items are added dynamically on page load using the addView method. Is this possible? Thanks