struct Team { uint id; address[] members; } function create() external { Team storage team =Team(1,[msg.sender]); }