exists #Checks if a collection exists.Arguments #Future<bool> exists(String index, String collection)ArgumentsTypeDescriptionindexStringIndexcollectionStringCollectionReturn #Returns a boolean.Usage #final result = await kuzzle .collection .exists('nyc-open-data', 'yellow-taxi');