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