Counts the number of items.
Used in fetchAll.
@override Future<int?> count() async => _conversationIds!.length;