Based on the documentation here (below the code snippet)
A method annotated with the @Insert annotation can return:
longfor single insert operationlong[]orLong[]orList<Long>for multiple insert operationsvoidif you don’t care about the inserted id(s)