static Future<$Comment?> find(Object id, {String? connection}) => Model.find<$Comment>(id, connection: connection);