apiary service provides Mock Server, that is generated based on API description written either in API Blueprint or Swagger syntax.
In my API description I have an action returning collection of data. This collection is large, so there is filtering and pagination over it. Apiary gives me Mock Server. But this Mock Server returns collection with only 1 result for that action.
The question is how do I provide more data for the Mock Server? The idea is to develop frontend application without real server until it's ready.