where('object_type', $file->object_type) ->where('object_id', $file->object_id) ->where("title", $file->title) ->where("folder_id", $file->folder_id) ->get(); } }