addMovie(movie) { return knex('movies') .insert(movie) .returning('*'); this returns only id { "status": "success", "data": [ 23 ] }