I often come across use cases where I’d like to use the number of rows in a specified component which has context. ie. in a drawer or popup/modal.
As an example, in a modal I’d like to create section headers above tables which show the # of rows in the below table.
Additionally, I’d like to conditionally render a Text component saying “No notes” instead of an empty table.