Here it is:
enabled: true,
config: {
apiKey: process.env.ALGOLIA_ADMIN_KEY,
applicationId: process.env.ALGOLIA_APP_ID,
contentTypes: [
{ name: 'api::product.product',
populate: {
id: true
}
},
],
},
},```
I also tried using "hideFields" to hide most of the fields