@@ -105,7 +105,7 @@ * Get the number of items in the list. Use with caution, as this means one * iteration through the whole list! * * \return The number of items in the list. */ -- (size_t)items; +- (size_t)count; @end