To retrieve a collection: ```client.collections(...
# community-help
k
To retrieve a collection:
Copy code
client.collections("Countries").retrieve();
This throws an
org.typesense.api.exceptions.ObjectNotFound
exception when the collection is not found.