LOADING...
Yes Captain! You have created Initialize instruction and context struct with Crew account succesfully! Now, as you can see I have created two instruction for you: increment and decrement. Before the complete them you should create an Update context which takes 2 field:
#[account(mut)]
pub crew: Account<'info, Crew>,
pub user: Signer<'info>,