Add additonal properties to PowerShell Gallery Items
There are a few additional properties that should be returned when you query the PowerShell Gallery using Find-Module or Find-Script that are currently not exposed although they are accessible via the PowerShell Gallery Website.
As the PowerShell Gallery Website already has this information it shouldn't be too taxing to include this as an exposed property when accessing the Gallery via PowerShell
Although it is possible to get this information via using WebScraping methods from the Gallery website - this adds unneeded requests when this could be included by default.
The Additional Properties I would like to see included would be
Owner
Total Downloads
Statistics
This will then reduce the overhead on the AutoBot (@ThePSGallery) that I've created and could be more useful for the end users as well as Module Owners.