Currently, the add answer to gallery endpoint returns an incomplete gallery object.
What is happening?
When an answer is added to a gallery, only the keys are saved.
The Gallery needs to by "hydrated" (populated with the values from the answer collection) before being returned.
Currently, the add answer to gallery endpoint returns an incomplete gallery object.
What is happening? When an answer is added to a gallery, only the keys are saved. The Gallery needs to by "hydrated" (populated with the values from the answer collection) before being returned.