๐บ๐ธUnited States nairb
I removed some parameters from the public function, since they are not needed in Svelte. Although, I left the private functions to set those parameters, since they are used when getting the project data from drupal.org, and we'll probably want to have that in case there is a need to display that info.
The Star User Count is never used and is only ever set to a static value. So this could likely be removed completely.
๐บ๐ธUnited States nairb
I reviewed the properties marked as unused in the Project file. I found that 'selector_id' is being used but no others are referenced from any svelte files.