Do we need to include the package object at all? package_pricing does refer to the package_id and pricing_id from which we can get most of the rest by looking at the package. If it makes sense to keep the package object, remove at least the following
[email_content]
[groups]
[names]
[descriptions]
[pricing] (at least remove all pricing options that do not match the pricing_id mentioned in the package_pricing object as only these are relevant)
Though I question whether we need package at all.
Might be better to just remove package for now entirely, unless I'm missing something in here that is necessary.
Do we need to include the package object at all? package_pricing does refer to the package_id and pricing_id from which we can get most of the rest by looking at the package. If it makes sense to keep the package object, remove at least the following
[email_content]
[groups]
[names]
[descriptions]
[pricing] (at least remove all pricing options that do not match the pricing_id mentioned in the package_pricing object as only these are relevant)
Though I question whether we need package at all.
Might be better to just remove package for now entirely, unless I'm missing something in here that is necessary.