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