From the demo app:
pub const LEN: usize = 1 + 32 + 4;
In current Anchor we can avoid the magic numbers (and the readability or possible errors that go with magic numbers) with SomeSTRUCT::INIT_SPACE. It would be useful to have something similar in Shank.