pub trait SectionWithLimitedItems { fn get_count(&self) -> u32; }
Implemented by sections with a limited number of items.
Gets the count of the items in the section.