{
          join: Project,
          on: Permission.arel_table[:project_id].eq(Project.arel_table[:id]),
          available: true
        },