ARTICLE AD BOX
Overview
I have a custom type `Statistics` that has 3 properties inside it I am trying to return this as part of the AppIntent's `perform` method struct Statistics { var countA: Int var countB: Int var countC: Int }I would like to implement the AppIntent to return `Statistics` as follows:
