Property Operations

  1. Property Access
// Get specific properties
::Props(Name, Age)
  1. Property Addition
// Add/update properties
::{
    NewField: "value",
    ComputedField: _::Out<Follows>::COUNT
}