I'm documenting an API and I have 2 responses very similar.
One of them is the call /resource/{id}. This response returns a resource model.
The other call is /resource/search{?name,category} which returns a list of resources so I need to return an array of the resource model.
I can't find if I can do this. On the blueprint documentation there is something similar about Gists. But there are two models Gist and Gist Collection.
I hope I explained my self.