I'm following the Solana docs and trying to send a transaction through message which according to Solana docs is another way to construct a transaction. I have no problem sending the transaction but nowhere I can mention the amount that I want to send. I have been following this link and had a hard time figuring out add amount. I suspected that I can mention the amount like web3.SYSTEM_INSTRUCTION_LAYOUTS.Transfer({from, to, lamports})
but apparently it provides me an error and when I look into the web3 library I cannot find SYSTEM_INSTRUCTION_LAYOUTS.Transfer
Can someone please point out how I can add the amount to the transaction instruction?