TITANIUM_PROPERTY_GETTER(TableView, sectionCount)
		{
			return get_context().CreateNumber(get_sectionCount());
		}
		TITANIUM_PROPERTY_GETTER(ListView, sectionCount)
		{
			return get_context().CreateNumber(static_cast<uint32_t>(get_sectionCount()));
		}