Hi, Is it possible to insert multiple rows at once? I have an array of "answer" objects that i want to POST to my answers / collection. To speed things up i think one request will be much nicer than 10... What is the best practice for this scenario? (sorry if this question has been asked b...