Some people will find it more intuitive / less confusing to write ``` my_build.num_blocks(123).build() ``` rather than ``` my_build.grid_size(123).build() ``` as the former better clarifies that it's not the overall grid size. So let's add that as an alias.