Is there some way to get the size of an 'array' in my store? With a definition like: (https://demcon.github.io/libstored/doc/example_2_basic.html) ``` int8[4] four ints ``` ..can I find out there are 4 elements?