After inserting a new record into a table via the API, the only data that gets returned by default is the ID of the record.
Is there a way to return the full record, including the ID, a cell with a trigger function like createdAt, and all of the data successfully created in the row?