Hi, great work!
It is possible that i define attributes like this:
protected $attributes = [
"id" => null,
"id_conflict" => false,
"sync_info_loaded" => false
];
And set and get these attributes like this:
$project->idConflict = true;
$project->syncInfoLoaded= true;