App is crashing and giving this error - android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=250, totalRows=251
and this is the DB query @Query("SELECT * FROM "+ TABLE_NAME) public abstract List getAllObjects();
is there any way i can fix it ?