Remove plugin Fields

By default, the 1/plugins/{id} API route returned almost all fields on the plugin model (plugins are the data model for Power-Ups). However, we are removing some fields from the API response. The minimal set of fields necessary to do things such as automate your Power-Up deployment process will remain.

The following fields have been removed: apiKey, author, idAgreement, moderatedState, privacyUrl, supportEmail, tags, usageBrackets.

The following fields will remain: id, name, capabilities, categories, icon, iframeConnectorUrl, listings, public, compliance.