Apologies if this is supported already - I have only reads the reader so far.
Is there a command for appending to a file? Or should we read the file first back into model objects, append objects, and rewrite?
Similarly, can we remove the contents of a file without removing the file itself? Or should we delete it and recreate it with an empty array for example?