Get the total number of rows.
Future<int> rowCount() async { final config = await _getConfig(); return config.layout.rows; }