Hi,
In ArcGIS Pro 2.3.0 - Model Builder.
I am using the Select Layer By Location geoprocessing tool to make a selection through 9 different feature classes.
The main output is the selection itself, but the tool also generates a table with a list of the layer names for all input feature classes, and also a list for the count of select features within each one of these feature classes.
I would like to create a table output that would contain all the layer names listed in one field, and a second field for the count of selected features against each of these layer names.

Example of table to be generated:

Also, ideally this table could be saved in a gdb workspace.
Please let me know if someone has any suggestions!