It would be very helpful to have find() method available. Example usage: ``` knowledge.google.find('/m/05g7q').then(res => { // }) ``` Example implementation in PHP: https://github.com/freearhey/knowledge-graph/blob/master/src/KnowledgeGraph.php#L50