It is recommended not to declare more than one property per statement for the sake of code readability and maintainability. Declaring multiple
properties in a single statement can make the code harder to understand and debug. It also increases the risk of introducing errors or overlooking
specific property assignments.