Determine if the given relation is loaded.
bool relationLoaded(String key) => _relations.containsKey(key);